Click or drag to resize

DocxTableSetRowHeight Method

Sets the height.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public DocxTable SetRowHeight(
	double height,
	TableRowHeightRule rule
)

Parameters

height
Type: SystemDouble
The height.
rule
Type: TableRowHeightRule
The rule.

Return Value

Type: DocxTable
DocxTableRow.
See Also