TdxSpreadSheetCSVFormatExportSettings Class
Stores CSV exporter settings.
Declaration
TdxSpreadSheetCSVFormatExportSettings = class(
TPersistent
)
Remarks
This class has members that allow you to do the following:
Specify if the CSV exporter should save a cell’s display or actual value to the target file or stream (UseDisplayValues).
Append value separators to rows in an exported file or stream to align columns (AlignColumns).
Specify whether the CSV exporter should enclose cell string values in quotes (QuoteStringValues).
Restore the default CSV export settings (Reset).
The TdxSpreadSheetCSVFormatSettings.Export property references a TdxSpreadSheetCSVFormatExportSettings object.
Inheritance
TObject
TPersistent
TdxSpreadSheetCSVFormatExportSettings
See Also