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

WorksheetView.ViewType Property

Gets or sets a view to display worksheet content.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v22.1.Core.dll

Declaration

WorksheetViewType ViewType { get; set; }

Property Value

Type Description
WorksheetViewType

A WorksheetViewType enumeration member.

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