| DocxTableRowSetRowHeight Method |
Sets the height.
Namespace:
QsGemBox.Docx
Assembly:
QsGemBox (in QsGemBox.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax public DocxTableRow SetRowHeight(
double height,
TableRowHeightRule rule
)
Public Function SetRowHeight (
height As Double,
rule As TableRowHeightRule
) As DocxTableRow
public:
DocxTableRow^ SetRowHeight(
double height,
TableRowHeightRule rule
)
member SetRowHeight :
height : float *
rule : TableRowHeightRule -> DocxTableRow
Parameters
- height
- Type: SystemDouble
The height. - rule
- Type: TableRowHeightRule
The rule.
Return Value
Type:
DocxTableRowDocxTableRow.
See Also