TdxSpreadSheetTableViewOptions.ZoomFactor Property
In This Article
Specifies a zoom factor (as a percentage) for the current Table View worksheet.
#Declaration
Delphi
property ZoomFactor: Integer read; write; default dxSpreadSheetDefaultZoomFactor;
#Property Value
Type | Default |
---|---|
Integer | dx |
#Remarks
Use this property to zoom the displayed Table View worksheet in or out. The ZoomFactor property value ranges from dxSpreadSheetMinimumZoomFactor to dxSpreadSheetMaximumZoomFactor. An end-user can zoom a worksheet in or out by scrolling the mouse wheel while holding down the Ctrl key.
Note
In addition to the Ctrl key and mouse wheel, end-users can use client controls linked to the Tdx
The default value of the ZoomFactor property is dxSpreadSheetDefaultZoomFactor.
See Also