Programmer's Guide > Interfaces > TableTilePlex interface > addObject method
  
addObject method
Adds a table object to the tileplex.
addObject(theObject )
Parameters
TableObjecttheObject
The object to be added to the tileplex. It may be a set, grid, row, column, cell, or rule. If possible, the object will be added to an existing rectangle in the tileplex. If not possible, a new rectangle will be added to the tileplex. (Unless a rule is being added.)
Returns
void
Throws
TableException
INVALID_PARAMETER_ERR: Raised if the object can not be added to the tileplex because it is inconsistent with the existing contents of the tileplex.