OneNote.Interfaces.TableRowCollectionLoadOptions interface
Contains a collection of TableRow objects.
Remarks
Properties
$all | Specifying |
cell |
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. |
parent |
For EACH ITEM in the collection: Gets the parent table. |
row |
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 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
For EACH ITEM in the collection: Gets the number of cells in the row. Read-only.
cellCount?: boolean;
Property Value
boolean
Remarks
cells
For EACH ITEM in the collection: Gets the cells in the row.
cells?: OneNote.Interfaces.TableCellCollectionLoadOptions;
Property Value
Remarks
id
For EACH ITEM in the collection: Gets the ID of the row. Read-only.
id?: boolean;
Property Value
boolean
Remarks
parentTable
For EACH ITEM in the collection: Gets the parent table.
parentTable?: OneNote.Interfaces.TableLoadOptions;
Property Value
Remarks
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
Office Add-ins