Skip to main content

TdxSpreadSheetTableViewOptions.ZoomFactor Property

Specifies a zoom factor (as a percentage) for the current Table View worksheet.

Declaration

property ZoomFactor: Integer read; write; default dxSpreadSheetDefaultZoomFactor;

Property Value

Type Default
Integer dxSpreadSheetDefaultZoomFactor

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 TdxSpreadSheetZoomDefault, TdxSpreadSheetZoomIn, and TdxSpreadSheetZoomOut action objects to change the ZoomFactor property value.

The default value of the ZoomFactor property is dxSpreadSheetDefaultZoomFactor.

See Also