  | DocxTableRowSetRowHeight Method | 
            Sets the height.
            
Namespace: QsGemBox.DocxAssembly: QsGemBox (in QsGemBox.dll) Version: 27.4.0
Syntaxpublic 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  Double
 - The height.
 - rule  TableRowHeightRule
 - The rule.
 
Return Value
DocxTableRowDocxTableRow.
See Also