This enum class specifies how text is aligned
in a table cell. These values are relevant when text is oriented
horizontally.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
Public Enumeration RowType
public enum class RowType
Members
Member name |
Value |
Description |
UnknownRow |
0 |
Unknown row type. |
DataRow |
1 |
The row, which is neither title row nor header row. |
TitleRow |
2 |
The top-most or bottom-most row of the table, depending on the
flow direction of the table rows. |
HeaderRow |
4 |
The first row, which is placed after or before the title
row. |
See Also