Click or drag to resize
TableEOF Property
Returns a value that indicates whether the current record position is after the last position in the Table.

Namespace: Aceoffix.ExcelReader
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public bool EOF { get; }

Property Value

Type: Boolean
Remarks
This property is the ending condition for looping all the record rows in the table.
Examples

Please refer to the code example in the OpenTable(String) method.

See Also