OneNote.Interfaces.TableRowLoadOptions interface
Represents a row in a table.
Remarks
Properties
| $all | Specifying |
| cell |
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. |
| parent |
Gets the parent table. |
| row |
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
cells
Gets the cells in the row.
cells?: OneNote.Interfaces.TableCellCollectionLoadOptions;
Property Value
Remarks
id
Gets the ID of the row. Read-only.
id?: boolean;
Property Value
boolean
Remarks
parentTable
Gets the parent table.
parentTable?: OneNote.Interfaces.TableLoadOptions;
Property Value
Remarks
rowIndex
Gets the index of the row in its parent table. Read-only.
rowIndex?: boolean;
Property Value
boolean