OneNote.Interfaces.TableCellLoadOptions interface
Represents a cell in a OneNote table.
Remarks
Properties
$all | Specifying |
cell |
Gets the index of the cell in its row. Read-only. |
id | Gets the ID of the cell. Read-only. |
paragraphs | Gets the collection of Paragraph objects in the TableCell. |
parent |
Gets the parent row of the cell. |
row |
Gets the index of the cell's row in the table. Read-only. |
shading |
Gets and sets the shading color of the cell |
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
cellIndex
Gets the index of the cell in its row. Read-only.
cellIndex?: boolean;
Property Value
boolean
Remarks
id
Gets the ID of the cell. Read-only.
id?: boolean;
Property Value
boolean
Remarks
paragraphs
Gets the collection of Paragraph objects in the TableCell.
paragraphs?: OneNote.Interfaces.ParagraphCollectionLoadOptions;
Property Value
Remarks
parentRow
Gets the parent row of the cell.
parentRow?: OneNote.Interfaces.TableRowLoadOptions;
Property Value
Remarks
rowIndex
Gets the index of the cell's row in the table. Read-only.
rowIndex?: boolean;
Property Value
boolean
Remarks
shadingColor
Gets and sets the shading color of the cell
shadingColor?: boolean;
Property Value
boolean
Remarks
Office Add-ins