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.v20.2.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.

See Also