www.csvreader.com

Advances the record cursor to the next record.

[Visual Basic]
Overrides Public Function ReadRecord() As Boolean
[C#]
public override bool ReadRecord();

Return Value

Returns true if another record was found, or false if the end of the sheet was found.

See Also

SpreadsheetReader Class | DataStreams.Common Namespace