RowSetHeight Method (Single, WdRowHeightRule) |
Sets the height of the row.
Namespace: Aceoffix.WordWriterAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic void SetHeight(
float RowHeight,
WdRowHeightRule HeightRule
)
Public Sub SetHeight (
RowHeight As Single,
HeightRule As WdRowHeightRule
)
Parameters
- RowHeight
- Type: SystemSingle
The row height, in points. - HeightRule
- Type: Aceoffix.WordWriterWdRowHeightRule
Height rule is used to specify the height of the rows.
See Also