This method resizes the specified range and returns a Range object that represents the resized range.
Defined in
Syntax
public Range resize(int rowSize, int colSize) throws SymphonyException
Parameters
int rowSize
Specifies the new number of rows.
int colSize
Specifies the new number of columns.
Usage
If the row number or column number of the range is out of bounds, this method throws an exception.
See examples