SpreadsheetGear 2023
SheetType Enumeration


SpreadsheetGear Namespace : SheetType Enumeration
Specifies the type of a sheet in a workbook.
Syntax
'Declaration
 
Public Enum SheetType 
   Inherits System.Enum
'Usage
 
Dim instance As SheetType
public enum SheetType : System.Enum 
Members
MemberDescription
ChartSpecifies a chart sheet.
Excel4MacroSheetSpecifies an Excel 4 macro sheet.
VisualBasicModuleSpecifies a Visual Basic module sheet.
WorksheetSpecifies a normal worksheet.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.SheetType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SpreadsheetGear Namespace