Return the column count for a given row.
Source position: csvdocument.pp line 154
|  public property TCSVDocument.ColCount[ARow: Integer] : Integer | 
ColCount returns the number of available cells in the indicated row (aRow, zero-based). Valid column indexes are therefor in the range 0 to RowCount[aRow]-1.
| 
 | Number of available rows. | |
| 
 | Array access to all cells. |