TdxSpreadSheetZoomOut Class
In This Article
An action object that corresponds to the ZoomOut command provided by the Spreadsheet and Report Designer controls.
#Declaration
Delphi
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.
#Inheritance
Show 11 items
See Also