www.csvreader.com

Skips the next line of data using the standard end of line characters and does not do any column delimited parsing.

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

Return Value

Whether a line was successfully skipped or not.

Exceptions

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

See Also

CsvReader Class | DataStreams.Csv Namespace