Back to Devexpress

SheetType Enum

officefileapi-devexpress-dot-spreadsheet-74c52a6c.md

latest1.0 KB
Original Source

SheetType Enum

Lists values used to specify the sheet type.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum SheetType
vb
Public Enum SheetType

Members

NameDescription
Worksheet

A worksheet.

| | ChartSheet |

A chart sheet.

|

The following properties accept/return SheetType values:

Remarks

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

See Also

DevExpress.Spreadsheet Namespace