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

SheetType Enum

Lists values used to specify the sheet type.

Namespace: DevExpress.Spreadsheet

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

Declaration

public enum SheetType

Members

Name Description
Worksheet

A worksheet.

ChartSheet

A chart sheet.

Remarks

The values listed by this enumeration are returned by the Sheet.SheetType property.

See Also