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