OneNote.Interfaces.TableRowCollectionLoadOptions interface

Contains a collection of TableRow objects.

Remarks

[ API set: OneNoteApi 1.1 ]

Properties

$all

Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: Range.format.fill.color).

cellCount

For EACH ITEM in the collection: Gets the number of cells in the row. Read-only.

cells

For EACH ITEM in the collection: Gets the cells in the row.

id

For EACH ITEM in the collection: Gets the ID of the row. Read-only.

parentTable

For EACH ITEM in the collection: Gets the parent table.

rowIndex

For EACH ITEM in the collection: Gets the index of the row in its parent table. Read-only.

Property Details

$all

Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: Range.format.fill.color).

$all?: boolean;

Property Value

boolean

cellCount

For EACH ITEM in the collection: Gets the number of cells in the row. Read-only.

cellCount?: boolean;

Property Value

boolean

Remarks

[ API set: OneNoteApi 1.1 ]

cells

For EACH ITEM in the collection: Gets the cells in the row.

cells?: OneNote.Interfaces.TableCellCollectionLoadOptions;

Property Value

Remarks

[ API set: OneNoteApi 1.1 ]

id

For EACH ITEM in the collection: Gets the ID of the row. Read-only.

id?: boolean;

Property Value

boolean

Remarks

[ API set: OneNoteApi 1.1 ]

parentTable

For EACH ITEM in the collection: Gets the parent table.

parentTable?: OneNote.Interfaces.TableLoadOptions;

Property Value

Remarks

[ API set: OneNoteApi 1.1 ]

rowIndex

For EACH ITEM in the collection: Gets the index of the row in its parent table. Read-only.

rowIndex?: boolean;

Property Value

boolean

Remarks

[ API set: OneNoteApi 1.1 ]