TdxSpreadSheetCSVFormatSettings.Export Property
In This Article
Specifies CSV export settings.
#Declaration
Delphi
property Export: TdxSpreadSheetCSVFormatExportSettings read; write;
#Property Value
Type | Description |
---|---|
Tdx |
Stores CSV export settings. |
#Remarks
Refer to the TdxSpreadSheetCSVFormatExportSettings class description for information on available options.
Tip
An Export.Reset procedure call restores only the default CSV export settings.
See Also