www.csvreader.com

Skips the next record of data by parsing each column. Does not increment CurrentRecord.

[Visual Basic]
Public Function SkipRecord() As Boolean
[C#]
public bool SkipRecord();

Return Value

Whether another record was successfully skipped or not.

Exceptions

Exception TypeCondition
ObjectDisposedException Methods were called after the object has been disposed.

See Also

CsvReader Class | Csv Namespace