Specifies the table row height type.
Namespace: Spire.Doc.DocumentsAssembly: 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
| Member | Value | Description |
|---|---|---|
| AtLeast | 0 |
"At least" table row height type
|
| Exactly | 1 |
" Exactly" table row height type
|
| Auto | 2 |