Product Information > JADE Encyclopaedia of Classes – Volume 2 > Chapter 1 - System Classes > removeItem

removeItem

removeItem(index: Integer);

The removeItem method of the JadeTableSheet class removes a row from the Table sheet referenced by this object. For a description of this method, see the Table control removeItem method.

The code fragment in the following example shows the use of the removeItem method.

table1.accessSheet(2).removeItem(2);