Value
Name | Description | Value |
---|---|---|
RowTypes.BODY_ROW | Makes the row a body row. | 1161982583 = 'EBrw' |
RowTypes.FOOTER_ROW | 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. | 1162244727 = 'EFrw' |
RowTypes.HEADER_ROW | 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. | 1162375799 = 'EHrw' |
RowTypes.MIXED_STATE | (Read-only) The column's rows are of multiple types. | 1162703479 = 'EMrw' |
Usage
As property
Cell.rowType
Column.rowType
Row.rowType
Jongware, 20-Jun-2010 v3.0.3d | Contents :: Index |