WorksheetZoomMode Enum
Lists values used to specify a zoom mode for a worksheet.
Namespace: DevExpress.Spreadsheet
Assembly:
DevExpress.Spreadsheet.v26.1.Core.dll
Declaration
public enum WorksheetZoomMode
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.
|
Related API Members
The following properties accept/return WorksheetZoomMode values:
See Also