|
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; }
Public Overridable ReadOnly Property CurrentRecordIndex As Long
Get
Request Example
View SourceProperty Value
Type:
Int64The current record index in the CSV file.
See Also