Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

WorksheetZoomMode Enum

Lists values used to specify a zoom mode for a worksheet.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

public enum WorksheetZoomMode

Members

Name Description
AllViews

Specifies that the zoom level defined by the SheetView.Zoom property is applied to all worksheet views.

ActiveView

Specifies that the zoom level defined by the SheetView.Zoom property is applied only to the worksheet’s active view.

See Also