CSV Engine Documentation Contents
AldenSystems.CSVEngine
CSV Engine Class Library

Reader.CurrentRow Property

Some attributes and methods of the Reader class are available in the commercial version only.

A Row containing the last read values.

[Visual Basic]
Public ReadOnly Property CurrentRow As Row
[C#]
public Row CurrentRow {get;}

Remarks

Will return null if the last read failed.

See Also

Reader Class | AldenSystems.CSVEngine Namespace