TdxSpreadSheetCSVFormatSettings.ValueSeparator Property
In This Article
Specifies a character used as the value delimiter.
#Declaration
Delphi
property ValueSeparator: WideChar read; write;
#Property Value
Type |
---|
Wide |
#Remarks
Use this property to change the default value delimiter (the comma) within CSV files.
See Also