OneNote.Interfaces.TableCellCollectionLoadOptions interface

Contains a collection of TableCell 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).

cellIndex

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.

parentRow

For EACH ITEM in the collection: Gets the parent row of the cell.

rowIndex

For EACH ITEM in the collection: Gets the index of the cell's row in the table. Read-only.

shadingColor

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

[ API set: OneNoteApi 1.1 ]

id

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

id?: boolean;

Property Value

boolean

Remarks

[ API set: OneNoteApi 1.1 ]

paragraphs

For EACH ITEM in the collection: Gets the collection of Paragraph objects in the TableCell.

paragraphs?: OneNote.Interfaces.ParagraphCollectionLoadOptions;

Property Value

Remarks

[ API set: OneNoteApi 1.1 ]

parentRow

For EACH ITEM in the collection: Gets the parent row of the cell.

parentRow?: OneNote.Interfaces.TableRowLoadOptions;

Property Value

Remarks

[ API set: OneNoteApi 1.1 ]

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

[ API set: OneNoteApi 1.1 ]

shadingColor

For EACH ITEM in the collection: Gets and sets the shading color of the cell

shadingColor?: boolean;

Property Value

boolean

Remarks

[ API set: OneNoteApi 1.1 ]