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