PowerPoint.Interfaces.TableLoadOptions interface
Represents a table.
Remarks
Properties
$all | Specifying |
column |
Gets the number of columns in the table. |
row |
Gets the number of rows in the table. |
values | Gets all of the values in the table. |
Property Details
$all
Specifying $all
for the load options loads all the scalar properties (such as Range.address
) but not the navigational properties (such as Range.format.fill.color
).
$all?: boolean;
Property Value
boolean
columnCount
Gets the number of columns in the table.
columnCount?: boolean;
Property Value
boolean
Remarks
rowCount
Gets the number of rows in the table.
rowCount?: boolean;
Property Value
boolean
Remarks
values
Gets all of the values in the table.
values?: boolean;
Property Value
boolean