PowerPoint.Interfaces.TableRowData interface
An interface describing the data returned by calling tableRow.toJSON().
Properties
| 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
currentHeight
Retrieves the current height of the row in points.
currentHeight?: number;
Property Value
number
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?: number;
Property Value
number
Remarks
rowIndex
Returns the index number of the row within the rows collection of the table. Zero-indexed.
rowIndex?: number;
Property Value
number