RowFormat
HeightType Property
|
Gets or sets the height type of the row.
Namespace:
Spire.Doc.Formatting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public TableRowHeightType HeightType { get; set; }
Public Property HeightType As TableRowHeightType
Get
Set
public:
property TableRowHeightType HeightType {
TableRowHeightType get ();
void set (TableRowHeightType value);
}
member HeightType : TableRowHeightType with get, set
Property Value
Type:
TableRowHeightType
See Also