Skip to main content
A newer version of this page is available. .
Row

SheetType Enum

Lists values used to specify the sheet type.

Namespace: DevExpress.Spreadsheet

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

Declaration

public enum SheetType

Members

Name Description
Worksheet

A worksheet.

ChartSheet

A chart sheet.

Related API Members

The following properties accept/return SheetType values:

Remarks

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

See Also