Skip to main content
Row

WorksheetView.ViewType Property

Gets or sets a view to display worksheet content.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

WorksheetViewType ViewType { get; set; }

Property Value

Type Description
WorksheetViewType

A WorksheetViewType enumeration member.

Available values:

Name Description
Normal

Worksheet content is displayed in the Normal view.

PageLayout

Worksheet content is displayed in the Page Layout view.

PageBreakPreview

Worksheet content is displayed in the Page Break Preview view.

Remarks

Use the ViewType property to specify which view should be used to display the worksheet content when the workbook is opened in Microsoft® Excel®.

The current versions of the WinForms, WPF and ASP.NET spreadsheet controls support the Normal worksheet view only.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ViewType property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also