Skip to main content
Row

Sheet.SheetType Property

Returns the type of the sheet.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

SheetType SheetType { get; }

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