deleteGrid(grid )
|
|
Parameters
|
TableGridgrid
The TableGrid to be deleted from the set.
|
Returns
|
void
|
Throws
|
TableException
INVALID_PARAMETER_ERR: Raised if the grid is not in this set, or if the grid cannot be deleted because it is the last grid in the set, or because the table model does not allow grids to be deleted.
|