Click or drag to resize

TableRowHeight Constructor

Initializes a new instance of the TableRowHeight struct.

Namespace: SautinSoft.Document.Tables
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public TableRowHeight(
	double value,
	HeightRule rule
)

Parameters

value  Double
The table row height value.
rule  HeightRule
The table row height rule.
See Also