Click or drag to resize
Accord.NET (logo)

CsvReaderCurrentRecordIndex Property

Gets the current record index in the CSV file.

Namespace:  Accord.IO
Assembly:  Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax
public virtual long CurrentRecordIndex { get; }
Request Example View Source

Property Value

Type: Int64
The current record index in the CSV file.
See Also