Programmer's Guide > Interfaces > TableObject interface > deletePrivateColspecs method
  
deletePrivateColspecs method
All colspec tags within thead or tfoot tags are deleted, and every entry tag in the table is adjusted to refer to the colspec tags that are children of the tgroup element. Applied to the TableGrid containing the table object or all TableGrids in the TableSet or TableTilePlex as appropriate.
deletePrivateColspecs( )
Parameters
None
Returns
void
Throws
TableException
OPERATION_FAILED_ERR: Raised if the table model doesn't support this operation or if the operation fails for some other reason.