Click or drag to resize

DocxTableRowSetRowHeight Method

Sets the height.

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

Parameters

height  Double
The height.
rule  TableRowHeightRule
The rule.

Return Value

DocxTableRow
DocxTableRow.
See Also