Click or drag to resize

TableRowHeightType Enumeration

Specifies the table row height type.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum TableRowHeightType
Members
Member name Value Description
AtLeast 0 "At least" table row height type
Exactly 1 " Exactly" table row height type
Auto 2 The height will grow automatically to accommodate all text inside an object.
See Also