www.csvreader.com

Returns the column's value corresponding to the column header name.

[Visual Basic]
Overloads Public Default ReadOnly Property Item( _
   ByVal headerName As String _
) As String
[C#]
public string this[
   string headerName
] {get;}

See Also

SpreadsheetReader Class | DataStreams.Common Namespace | SpreadsheetReader.Item Overload List