Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetSaveDocumentAs Class

An action object that corresponds to the SaveDocumentAs command provided by the Spreadsheet and Report Designer controls.

#Declaration

Delphi
TdxSpreadSheetSaveDocumentAs = class(
    TdxSpreadSheetAction
)

#Remarks

This class does not introduce any new public members. Executing this action object invokes the Save As dialog allowing an end-user to specify a spreadsheet document file to which the current control’s contents should be saved.

Currently, both spreadsheet controls can save the content as the XLSX, XLTX, XLS, XLT, CSV, TXT, HTML, XML, and binary files. Some of the supported file formats impose certain limitations on saved data.

UI elements, linked to a TdxSpreadSheetSaveDocumentAs action object, are always enabled.

See Also