Click or drag to resize
TableRowHeight Property
Sets the height of all the rows in the Table, measured in points.

Namespace: Aceoffix.ExcelWriter
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public double RowHeight { set; }

Property Value

Type: Double
Examples

Please 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