PowerPoint.Interfaces.TableRowLoadOptions interface
Represents a row in a table.
Remarks
Properties
| $all | Specifying |
| current |
Retrieves the current height of the row in points. |
| height | Specifies the height of the row in points. If the set row height is less than the minimum height, the row height will be increased to the minimum height. |
| row |
Returns the index number of the row within the rows collection of the table. Zero-indexed. |
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
currentHeight
Retrieves the current height of the row in points.
currentHeight?: boolean;
Property Value
boolean
Remarks
height
Specifies the height of the row in points. If the set row height is less than the minimum height, the row height will be increased to the minimum height.
height?: boolean;
Property Value
boolean
Remarks
rowIndex
Returns the index number of the row within the rows collection of the table. Zero-indexed.
rowIndex?: boolean;
Property Value
boolean