www.csvreader.com

Returns the current column value corresponding to the headerName.

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

Exceptions

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

See Also

CsvReader Class | DataStreams.Csv Namespace