Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
PowerPoint.Interfaces.TableData interface
- Package:
- powerpoint
An interface describing the data returned by calling table.toJSON().
Properties
| columnCount | Gets the number of columns in the table. |
| rowCount | Gets the number of rows in the table. |
| values | Gets all of the values in the table. |
Property Details
columnCount
Gets the number of columns in the table.
columnCount?: number;
Property Value
number
Remarks
rowCount
Gets the number of rows in the table.
rowCount?: number;
Property Value
number
Remarks
values
Gets all of the values in the table.
values?: string[][];
Property Value
string[][]
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?
