Sheet.SheetType Property
Returns the type of the sheet.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
| Type | Description |
|---|---|
| SheetType | A SheetType enumeration value specifying the sheet type. |
Available values:
| Name | Description |
|---|---|
| Worksheet | A worksheet. |
| ChartSheet | A chart sheet. |
See Also