Returns a value that indicates whether the current record position is after the last position in the Table.
Namespace: Aceoffix.ExcelReaderAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
SyntaxPublic ReadOnly Property EOF As Boolean
Get
Property Value
Type:
Boolean
RemarksThis property is the ending condition for looping all the record rows in the table.
Examples
See Also