Back to Devexpress

dxSpreadSheetCSVFormatSettings Method

vcl-dxspreadsheetformatcsv-5cbb582c.md

latest2.7 KB
Original Source

dxSpreadSheetCSVFormatSettings Method

Provides access to the CSV format global settings for Load and Save operations in the Spreadsheet Control.

Declaration

delphi
function dxSpreadSheetCSVFormatSettings: TdxSpreadSheetCSVFormatSettings;

Returns

TypeDescription
TdxSpreadSheetCSVFormatSettings

Stores CSV format settings for Spreadsheet controls.

|

Remarks

Call the dxSpreadSheetCSVFormatSettings function to customize the following CSV format settings:

EncodingSpecifies the required CSV format encoding.ExportCSV format export settings.Quote | ValueSeparatorSpecify 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.LoadFromFileLoads a spreadsheet document from the specified file.TdxCustomSpreadSheet.LoadFromStreamImports a spreadsheet document from a stream.TdxCustomSpreadSheet.SaveToFileSaves workbook data and concomitant settings to a file.TdxCustomSpreadSheet.SaveToStreamSaves workbook data and concomitant settings to a stream. See Also

dxSpreadSheetFormatCSV Unit