TdxSpreadSheetCSVFormatSettings.Quote Property
In This Article
Specifies a character used as the quote.
#Declaration
Delphi
property Quote: WideChar read; write;
#Property Value
Type |
---|
Wide |
#Remarks
Special hidden strings (the carriage return, value delimiter, etc.) are quoted by the quote characters, specified by the Quote property.
The default value of the Quote property is “.
See Also