Skip to main content

TdxSpreadSheetTXTFormatSettings Record

Stores the TXT file format settings used to export the cell data.

Declaration

TdxSpreadSheetTXTFormatSettings = record

Remarks

The TdxSpreadSheetTXTFormatSettings record has four fields used to store specific settings of the TXT file format for exporting spreadsheet data:

  • The Encoding field provides access to character encoding settings used to display text strings in the TXT spreadsheet data representation;

  • The BeginString and EndString fields allow you to add the specified strings to the beginning and to the end of the exported content of every non-empty string, respectively;

  • The Separator field allows you to set the custom string as a delimiter between individual strings representing the cell data.

The TdxSpreadSheetTXTFormatSettings type is referenced by the dxSpreadSheetTXTFormatSettings global variable. Refer to the Working with the TXT File Format subtopic for more information on saving worksheets to TXT files.

See Also