www.csvreader.com

Returns the current column value for a given column index.

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

Exceptions

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

See Also

ReaderBase Class | DataStreams.Common Namespace