Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

OneNote.Interfaces.TableLoadOptions interface

Package:
onenote

Represents a table in a OneNote page.

Properties

$all

Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).

borderVisible

Gets or sets whether the borders are visible or not. True if they are visible, false if they are hidden.

columnCount

Gets the number of columns in the table.

id

Gets the ID of the table. Read-only.

paragraph

Gets the Paragraph object that contains the Table object.

rowCount

Gets the number of rows in the table.

rows

Gets all of the table rows.

Property Details

$all

Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).

$all?: boolean;

Property Value

boolean

borderVisible

Gets or sets whether the borders are visible or not. True if they are visible, false if they are hidden.

borderVisible?: boolean;

Property Value

boolean

Remarks

API set: OneNoteApi 1.1

columnCount

Gets the number of columns in the table.

columnCount?: boolean;

Property Value

boolean

Remarks

API set: OneNoteApi 1.1

id

Gets the ID of the table. Read-only.

id?: boolean;

Property Value

boolean

Remarks

API set: OneNoteApi 1.1

paragraph

Gets the Paragraph object that contains the Table object.

paragraph?: OneNote.Interfaces.ParagraphLoadOptions;

Property Value

Remarks

API set: OneNoteApi 1.1

rowCount

Gets the number of rows in the table.

rowCount?: boolean;

Property Value

boolean

Remarks

API set: OneNoteApi 1.1

rows

Gets all of the table rows.

rows?: OneNote.Interfaces.TableRowCollectionLoadOptions;

Property Value

Remarks

API set: OneNoteApi 1.1


Feedback

Was this page helpful?