Sets the height of all the rows in the Table, measured in points.
Namespace: Aceoffix.ExcelWriterAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic double RowHeight { set; }
Public WriteOnly Property RowHeight As Double
Set
Property Value
Type:
Double
ExamplesPlease refer to the code example 2 in the OpenTable(String) method topic to learn how to set the row height of the Table.
See Also