tcsvrow.md 746 B


id: tcsvrow title: TCsvRow

sidebar_label: TCsvRow

A Csv Row.

Methods

Method ColumnCount:Size_T()

Returns the number of columns in the row.


Method GetColumn:SCsvColumn(index:Size_T)

Returns the column at the given index.


Method GetColumn:SCsvColumn(index:Int)

Returns the column at the given index.


Method GetColumn:SCsvColumn(name:String)

Returns the column with the given column name.


Method GetValue:String(index:Size_T)

Returns the value of the column at the given index.


Method GetValue:String(name:String)

Returns the value of the given column name.


Method GetHeader:TCsvHeader()

Returns the header.