--- id: tcsvheader title: TCsvHeader sidebar_label: TCsvHeader --- A csv header. A header consists of 1 or more rows. ## Methods ### `Method IndexForName:Int(name:String)` Returns the column index for the column header name.
### `Method ColumnCount:Size_T()` Returns the number of header columns.
### `Method GetHeader:String(index:Size_T)` Returns the header for the given index.