www.csvreader.com

Read the first record of data as column headers.

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

Return Value

Whether the header record was successfully read or not.

See Also

CsvReader Class | DataStreams.Csv Namespace