Programmer's Guide > Interfaces > TableTilePlex interface > pasteType method
  
pasteType method
Content that would be replaced if the tileplex were pasted to the specified location.
pasteType(targetObject )
Parameters
TableObjecttargetObject
The proposed target of the paste operation. It may be any table object so long as it is within a grid.
Returns
short. A TableObject.Type value indicating the content that would be replaced if this tileplex were pasted to the table object indicated by targetObject. If the tileplex does not contain a single rectangle, then INVALID_TYPE is returned. Otherwise TABLE_GRID, TABLE_ROW, TABLE_COLUMN, or TABLE_CELL is returned if pasting the rectangle to the indicated location would replace a grid, one or more rows, one or more columns, or a collection of cells respectively.