This method returns a Range object that represents a range that is offset from the specified range.
Defined in
Syntax
public Range offset(int rowOffset, int columnOffset) throws SymphonyException
Parameters
int rowOffset
Specifies the offset of row.
int columnOffset
Specifies offset of column.
Usage
If the row number or column number of the range is out of bounds, this method throws an exception.
See examples