TableNextRow Method |
Namespace: Aceoffix.ExcelReader
When the Table is opened, the default record is the first row. And you can call the NextRow() method to get the data form the next row. If you want to get all data from the Table, you can use NextRow() method and EOF property to loop all the record rows of the Table.
Please refer to the code example in OpenTable(String) method.