TdxSpreadSheetCSVFormatSettings.Export Property
Specifies CSV export settings.
Declaration
property Export: TdxSpreadSheetCSVFormatExportSettings read; write;
Property Value
Type | Description |
---|---|
TdxSpreadSheetCSVFormatExportSettings | 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