|
MalformedCsvExceptionCurrentRecordIndex Property
|
Gets the current record index.
Namespace:
Accord.IO
Assembly:
Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax public long CurrentRecordIndex { get; }
Public ReadOnly Property CurrentRecordIndex As Long
Get
Request Example
View SourceProperty Value
Type:
Int64The current record index.
See Also