Initializes a new instance of the TableRowHeight struct.
Namespace: GemBox.Document.TablesAssembly: GemBox.Document (in GemBox.Document.dll) Version: 21.3.30.1113
Syntax
public TableRowHeight( double value, TableRowHeightRule rule )
Parameters
- value
- Type: System Double
The table row height value.
- rule
- Type: GemBox.Document.Tables TableRowHeightRule
The table row height rule.
See Also