Back to Devexpress

Sheet.SheetType Property

officefileapi-devexpress-dot-spreadsheet-dot-sheet-9e234ccd.md

latest1.1 KB
Original Source

Sheet.SheetType Property

Returns the type of the sheet.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
SheetType SheetType { get; }
vb
ReadOnly Property SheetType As SheetType

Property Value

TypeDescription
SheetType

A SheetType enumeration value specifying the sheet type.

|

Available values:

NameDescription
Worksheet

A worksheet.

| | ChartSheet |

A chart sheet.

|

See Also

Sheet Interface

Sheet Members

DevExpress.Spreadsheet Namespace