fetchRow

fun fetchRow(rowNum: Long): RowGetterIfc

Returns the row. If the provided row number is larger than the number of rows in the file then an exception is thrown. Use fetchRow() if you do not check the number of rows.

Return

the row

Parameters

rowNum

the row number, must be 1 or more and less than totalNumberRows