Enumeration
RowTypes
The row type.
In UXP, compare with equals() — the == and === operators do not work on DOM objects: myPath.pathType.equals(PathType.CLOSED_PATH), not myPath.pathType == PathType.CLOSED_PATH.
Values
| Name | Type | Access | Description |
|---|---|---|---|
| Number = 1161982583 | readonly | Makes the row a body row. | |
| Number = 1162244727 | readonly | Makes the row a footer row. Note: When setting row type as footer row, the row must be either the bottom row in the table or adjacent to an existing footer row. | |
| Number = 1162375799 | readonly | Makes the row a header row. Note: When setting row type as header row, the row must be either the top row in the table or adjacent to an existing header row. | |
| Number = 1162703479 | readonly | (Read-only) The column's rows are of multiple types. |
Object of 3
Properties elsewhere that hold an RowTypes value.