Click or drag to resize
TableGotoRow Method
Moves to the specified row in the Table.

Namespace: Aceoffix.ExcelReader
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public void GotoRow(
	int RowIndex
)

Parameters

RowIndex
Type: SystemInt32
Zero-based.
Note Note

The maximum RowIndex is equal to RowCount - 1.

See Also