OneNote.Interfaces.TableCellData interface

An interface describing the data returned by calling tableCell.toJSON().

Properties

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. Read-only.

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

cellIndex

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

cellIndex?: number;

Property Value

number

Remarks

[ API set: OneNoteApi 1.1 ]

id

Gets the ID of the cell. Read-only.

id?: string;

Property Value

string

Remarks

[ API set: OneNoteApi 1.1 ]

paragraphs

Gets the collection of Paragraph objects in the TableCell. Read-only.

paragraphs?: OneNote.Interfaces.ParagraphData[];

Property Value

Remarks

[ API set: OneNoteApi 1.1 ]

rowIndex

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

rowIndex?: number;

Property Value

number

Remarks

[ API set: OneNoteApi 1.1 ]

shadingColor

Gets and sets the shading color of the cell

shadingColor?: string;

Property Value

string

Remarks

[ API set: OneNoteApi 1.1 ]