Skip to main content

SpreadsheetControl.ActiveViewZoom Property

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

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v23.2.dll

NuGet Package: DevExpress.Win.Spreadsheet

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 SheetView.Zoom property.

See Also