Current field value.
Source position: csvreadwrite.pp line 155
public property TCSVParser.CurrentCellText : string |
CurrentCellText contains the value of the current field (cell) in the CSV file. This value is only valid after ParseNextCell returns True. The value has already been processed according to the QuoteOuterWhitespace property.
|
Row (zero based) of the current field. |
|
|
Column (zero based) of the current field. |
|
|
Return the maximum column count encountered till now. |
|
|
Parse the next cell. |
|
|
Write quotes when outer whitespace is found in a value. |