TableSetRowsHeight Method (Single) |
Sets the height of all rows in the Table.
Namespace: Aceoffix.WordWriterAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic void SetRowsHeight(
float RowHeight
)
Public Sub SetRowsHeight (
RowHeight As Single
)
Parameters
- RowHeight
- Type: SystemSingle
The row height, in points.
See Also