This method returns a Range object representing all rows or returns one row by index.
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