| DocxTableSetRowHeight Method |
Sets the height.
Namespace: QsGemBox.DocxAssembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax public DocxTable SetRowHeight(
double height,
TableRowHeightRule rule
)
Public Function SetRowHeight (
height As Double,
rule As TableRowHeightRule
) As DocxTable
public:
DocxTable^ SetRowHeight(
double height,
TableRowHeightRule rule
)
member SetRowHeight :
height : float *
rule : TableRowHeightRule -> DocxTable
Parameters
- height Double
- The height.
- rule TableRowHeightRule
- The rule.
Return Value
DocxTableDocxTableRow.
See Also