OneNote.Interfaces.TableCellData interface
An interface describing the data returned by calling tableCell.toJSON()
.
Properties
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. Read-only. |
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
cellIndex
Gets the index of the cell in its row. Read-only.
cellIndex?: number;
Property Value
number
Remarks
id
Gets the ID of the cell. Read-only.
id?: string;
Property Value
string
Remarks
paragraphs
Gets the collection of Paragraph objects in the TableCell. Read-only.
paragraphs?: OneNote.Interfaces.ParagraphData[];
Property Value
Remarks
rowIndex
Gets the index of the cell's row in the table. Read-only.
rowIndex?: number;
Property Value
number
Remarks
shadingColor
Gets and sets the shading color of the cell
shadingColor?: string;
Property Value
string
Remarks
Office Add-ins