|
MalformedCsvExceptionCurrentFieldIndex Property
|
Gets the current field index.
Namespace:
Accord.IO
Assembly:
Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax public int CurrentFieldIndex { get; }
Public ReadOnly Property CurrentFieldIndex As Integer
Get
Request Example
View SourceProperty Value
Type:
Int32The current record index.
See Also