deleteGrid method
deleteGrid(grid )
Parameters
TableGrid grid
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.
这对您有帮助吗?