Specifies the table row height type.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public enum TableRowHeightType
Public Enumeration TableRowHeightType
public enum class TableRowHeightType
type TableRowHeightType

Members

MemberValueDescription
AtLeast0
"At least" table row height type
Exactly1
" Exactly" table row height type
Auto2

See Also