SpreadsheetControl.ActiveViewZoom Property
Gets or sets the zoom level for the sheet currently displayed in the SpreadsheetControl.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.XtraSpreadsheet.v24.1.dll
NuGet Package: DevExpress.Win.Spreadsheet
Declaration
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