DocxTable.SetRowHeight Method

QsInformatica.Utils

DocxTableSetRowHeight Method

Sets the height.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.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
Type: SystemDouble
The height.
rule
Type: TableRowHeightRule
The rule.

Return Value

Type: DocxTable
DocxTableRow.
See Also