Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
OneNote.Interfaces.TableCellData interface
- Package:
- onenote
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
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
Feedback
Was this page helpful?
