removeItem
removeItem(index: Integer);
The removeItem method of the JadeTableSheet class removes a row from the
The code fragment in the following example shows the use of the removeItem method.
table1.accessSheet(2).removeItem(2);
removeItem(index: Integer);
The removeItem method of the JadeTableSheet class removes a row from the
The code fragment in the following example shows the use of the removeItem method.
table1.accessSheet(2).removeItem(2);