Click or drag to resize
TableSetRowsHeight Method (Single, WdRowHeightRule)
Sets the height of all rows in the Table.

Namespace: Aceoffix.WordWriter
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public void SetRowsHeight(
	float RowHeight,
	WdRowHeightRule HeightRule
)

Parameters

RowHeight
Type: SystemSingle
The row height, in points.
HeightRule
Type: Aceoffix.WordWriterWdRowHeightRule
Height rule used to determine the height of the specified rows.
See Also