This method removes one or more rows in a table.
Defined in
Syntax
public void remove() throws SymphonyException public void remove(int beginIdx) throws SymphonyException public void remove(int beginIdx, int count) throws SymphonyException
Parameters
Specifies the index of the first row to be removed, starting at 1.
Specifies the number of rows to be removed. The default value is 1. If the number of rows is out of bounds, this method throws an exception.
See examples