Moves to the specified row in the Table.
Namespace: Aceoffix.ExcelReaderAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic void GotoRow(
int RowIndex
)
Public Sub GotoRow (
RowIndex As Integer
)
Parameters
- RowIndex
- Type: SystemInt32
Zero-based.
Note |
---|
The maximum RowIndex is equal to RowCount - 1. |
See Also