This method returns a Range object that represents one row or all the rows in the specified range.
Defined in
Syntax
public Range rows() public Range rows(int index) throws SymphonyException
Parameters
int index
Specifies the row index in the sheet, starting at 1. If the row index is out of bounds, this method throws an exception.
Return Value
range
See examples