Skip to main content

TdxSpreadSheetSaveDocumentAs Class

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

Declaration

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