OneNote.Interfaces.TableCellLoadOptions interface

Represents a cell in a OneNote table.

Remarks

[ API set: OneNoteApi 1.1 ]

Properties

$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).

cellIndex

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.

parentRow

Gets the parent row of the cell.

rowIndex

Gets the index of the cell's row in the table. Read-only.

shadingColor

Gets and sets the shading color of the cell

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

cellIndex

Gets the index of the cell in its row. Read-only.

cellIndex?: boolean;

Property Value

boolean

Remarks

[ API set: OneNoteApi 1.1 ]

id

Gets the ID of the cell. Read-only.

id?: boolean;

Property Value

boolean

Remarks

[ API set: OneNoteApi 1.1 ]

paragraphs

Gets the collection of Paragraph objects in the TableCell.

paragraphs?: OneNote.Interfaces.ParagraphCollectionLoadOptions;

Property Value

Remarks

[ API set: OneNoteApi 1.1 ]

parentRow

Gets the parent row of the cell.

parentRow?: OneNote.Interfaces.TableRowLoadOptions;

Property Value

Remarks

[ API set: OneNoteApi 1.1 ]

rowIndex

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

Gets and sets the shading color of the cell

shadingColor?: boolean;

Property Value

boolean

Remarks

[ API set: OneNoteApi 1.1 ]