Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
OneNote.Interfaces.TableRowData interface
- Package:
- onenote
An interface describing the data returned by calling tableRow.toJSON().
Properties
| cellCount | Gets the number of cells in the row. Read-only. |
| cells | Gets the cells in the row. Read-only. |
| id | Gets the ID of the row. Read-only. |
| rowIndex | Gets the index of the row in its parent table. Read-only. |
Property Details
cellCount
Gets the number of cells in the row. Read-only.
cellCount?: number;
Property Value
number
Remarks
cells
Gets the cells in the row. Read-only.
cells?: OneNote.Interfaces.TableCellData[];
Property Value
Remarks
id
Gets the ID of the row. Read-only.
id?: string;
Property Value
string
Remarks
rowIndex
Gets the index of the row in its parent table. Read-only.
rowIndex?: number;
Property Value
number
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins
Feedback
Was this page helpful?
