Specifies the worksheet type.
Namespace: Spire.Spreadsheet.FormsAssembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum SheetType
Public Enumeration SheetType
public enum class SheetType
type SheetType
Members
| Member | Value | Description |
|---|---|---|
| VB | 0 |
Visual Basic module
|
| Worksheet | 1 |
Worksheet module
|
| Chart | 2 |
Chart module
|
| BIFF4Macro | 3 |
BIFF4 Macro sheet module
|
| Other | 4 |
Other
|