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

TdxSpreadSheetZoomIn Class

An action object that corresponds to the ZoomIn command provided by the Spreadsheet or Report Designer controls.

#Declaration

Delphi
TdxSpreadSheetZoomIn = class(
    TdxSpreadSheetAction
)

#Remarks

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

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

UI elements linked to a TdxSpreadSheetZoomIn action object are enabled only if the active worksheet’s zoom factor is less than the dxSpreadSheetMaximumZoomFactor global constant value.

See Also