Skip to main content

TdxSpreadSheetZoomDefault Class

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

Declaration

TdxSpreadSheetZoomDefault = class(
    TdxSpreadSheetAction
)

Remarks

The TdxSpreadSheetZoomDefault class does not introduce any new public members. Executing this action object applies the default zoom factor value to the active worksheet.

To zoom the active worksheet in or out, use the TdxSpreadSheetZoomIn and TdxSpreadSheetZoomOut action objects.

UI elements linked to a TdxSpreadSheetZoomDefault action object are always enabled.

See Also