dxSpreadSheetCSVFormatSettings Method
Provides access to the CSV format global settings for Load and Save operations in the Spreadsheet Control.
Declaration
function dxSpreadSheetCSVFormatSettings: TdxSpreadSheetCSVFormatSettings;
Returns
| Type | Description |
|---|---|
| TdxSpreadSheetCSVFormatSettings | Stores CSV format settings for Spreadsheet controls. |
Remarks
Call the dxSpreadSheetCSVFormatSettings function to customize the following CSV format settings:
- Encoding
- Specifies the required CSV format encoding.
- Export
- CSV format export settings.
- Quote | ValueSeparator
- Specify characters used as quotes and value separators for CSV content.
Refer to the TdxSpreadSheetCSVFormatSettings class description for detailed information on all available options.
Affected Methods
- TdxCustomSpreadSheet.LoadFromFile
- Loads a spreadsheet document from the specified file.
- TdxCustomSpreadSheet.LoadFromStream
- Imports a spreadsheet document from a stream.
- TdxCustomSpreadSheet.SaveToFile
- Saves workbook data and concomitant settings to a file.
- TdxCustomSpreadSheet.SaveToStream
- Saves workbook data and concomitant settings to a stream.
See Also