CsvRow (FSharp.Data)
this.Columns
Full Usage: this.Columns
Returns: string[]
string[]
The columns of the row
this.GetColumn
Full Usage: this.GetColumn
Parameters:
string
Returns: string
Gets a column by name
int
Gets a column by index
this[columnName]
Full Usage: this[columnName]
this[index]
Full Usage: this[index]