dxSpreadSheetTXTFormatSettings Variable
Provides access to the TXT file format settings.
Declaration
var dxSpreadSheetTXTFormatSettings: TdxSpreadSheetTXTFormatSettings;
Variable Value
Type |
---|
TdxSpreadSheetTXTFormatSettings |
Remarks
Use this global variable to customize the TXT file format exporting settings. Refer to the TdxSpreadSheetTXTFormatSettings type description and the Working with the TXT File Format subtopic for more information on exporting the cell data to TXT files.
See Also