OneNote.Interfaces.TableRowLoadOptions interface

Represents a row in a table.

Remarks

[ API set: OneNoteApi 1.1 ]

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).

cellCount

Gets the number of cells in the row. Read-only.

cells

Gets the cells in the row.

id

Gets the ID of the row. Read-only.

parentTable

Gets the parent table.

rowIndex

Gets the index of the row in its parent table. Read-only.

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

cellCount

Gets the number of cells in the row. Read-only.

cellCount?: boolean;

Property Value

boolean

Remarks

[ API set: OneNoteApi 1.1 ]

cells

Gets the cells in the row.

cells?: OneNote.Interfaces.TableCellCollectionLoadOptions;

Property Value

Remarks

[ API set: OneNoteApi 1.1 ]

id

Gets the ID of the row. Read-only.

id?: boolean;

Property Value

boolean

Remarks

[ API set: OneNoteApi 1.1 ]

parentTable

Gets the parent table.

parentTable?: OneNote.Interfaces.TableLoadOptions;

Property Value

Remarks

[ API set: OneNoteApi 1.1 ]

rowIndex

Gets the index of the row in its parent table. Read-only.

rowIndex?: boolean;

Property Value

boolean

Remarks

[ API set: OneNoteApi 1.1 ]