Back to Devexpress

WorksheetZoomMode Enum

officefileapi-devexpress-dot-spreadsheet-58ff5515.md

latest1.3 KB
Original Source

WorksheetZoomMode Enum

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

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum WorksheetZoomMode
vb
Public Enum WorksheetZoomMode

Members

NameDescription
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.

|

The following properties accept/return WorksheetZoomMode values:

See Also

DevExpress.Spreadsheet Namespace