Return the maximum column count encountered till now.
Source position: csvreadwrite.pp line 157
|  public property TCSVParser.MaxColCount : Integer | 
MaxColCount contains the maximum column count encoutered till now. This value will be updated as ParseNextCell is called, and consequently the final value is only available after ParseNextValue returned False.
| 
 | Row (zero based) of the current field. | |
| 
 | Column (zero based) of the current field. | |
| 
 | Current field value. | |
| 
 | Parse the next cell. |