www.csvreader.com

Gets or sets the current record the reader is on for reading records in a loop using ReadRecord.

[Visual Basic]
Public Property CurrentRecord As UInt64
[C#]
new public ulong CurrentRecord {get; set;}

See Also

SpreadsheetReader Class | DataStreams.Common Namespace