Returns the current column value for a given column index.
public string this[int] {get;}
Returns the current column value corresponding to the headerName.
public string this[string] {get;}
CsvReader Class | Csv Namespace