PowerPoint.Interfaces.TableRowUpdateData interface      
An interface for updating data on the TableRow object, for use in tableRow.set({ ... }).
Properties
| 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. | 
Property Details
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