removeCellControlByIndex(index: Number);
index. Control index.
The removeCellControlByIndex method removes a control from a table cell by control index.
The user can get index of a control using the TabSheet.getCellControlIndex method.
This method returns True if a control is removed successfully, otherwise it returns False.
The example of use is given on the page with description of the TabSheet.addCellControl method.
Seebsp;also: