Skip to main content
A newer version of this page is available. .

SpreadsheetControl.ActiveViewZoom Property

Gets or sets the zoom level for the sheet currently displayed in the SpreadsheetControl.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v19.1.dll

Declaration

[Browsable(false)]
public int ActiveViewZoom { get; set; }

Property Value

Type Description
Int32

An integer value specifying the zoom percentage.

Remarks

To specify the zoom level for a particular worksheet or chart sheet in a workbook, use the WorksheetView.Zoom or ChartSheetView.Zoom property, respectively.

See Also