TdxSpreadSheetZoomIn Class
In This Article
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.
#Inheritance
See Also