www.csvreader.com

Returns the header values as a string array or sets the headers to allow columns to be accessed by name even if the current spreadsheet does not contain column headers.

[Visual Basic]
Public Property Headers As String()
[C#]
public string[] Headers {get; set;}

See Also

SpreadsheetReader Class | DataStreams.Common Namespace