CsvRow Type
Constructors
| Constructor |
Description
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.Columns
Returns: string[]
|
The columns of the row
|
Full Usage:
this.GetColumn
Parameters:
string
Returns: string
|
Gets a column by name
|
Full Usage:
this.GetColumn
Parameters:
int
Returns: string
|
Gets a column by index
|
Full Usage:
this[columnName]
Parameters:
string
Returns: string
|
Gets a column by name
|
Full Usage:
this[index]
Parameters:
int
Returns: string
|
Gets a column by index
|
FSharp.Data