Programmer's Guide > Interfaces > TableObject interface > Type enumeration
  
Type enumeration
An integer indicating which type of table object this is.
The Type enumeration has the following constants of type short.
INVALID_TYPE = -1
An invalid table object type.
TABLE_SET = 0
A table set.
TABLE_GRID = 1
A table grid.
TABLE_COLUMN = 2
A column of cells.
TABLE_ROW = 3
A row of cells.
TABLE_CELL = 4
A cell.
TABLE_RULE = 5
A rule (line) between cells.
TABLE_OBJECT_STORE = 6
A collection of table objects.
TABLE_TILEPLEX = 7
A table selection consisting of zero or more rectangles of cells and zero or more table rules.