Skip to main content

TdxSpreadSheetZoomOut Class

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

Declaration

TdxSpreadSheetZoomOut = class(
    TdxSpreadSheetAction
)

Remarks

The TdxSpreadSheetZoomOut class does not introduce any new public members. Executing this action object zooms the active worksheet out by 10%.

To zoom a sheet in or restore its default zoom factor value, use the TdxSpreadSheetZoomIn and TdxSpreadSheetZoomDefault action objects.

UI elements linked to a TdxSpreadSheetZoomOut action object are enabled only if the active worksheet’s zoom factor exceeds the dxSpreadSheetMinimumZoomFactor global constant value.

See Also