Sheet.SheetType Property
Returns the type of the sheet.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v26.1.Core.dll
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