Spread Silverlight Documentation
ExcelSheetType Enumeration


GrapeCity.Excel Namespace : ExcelSheetType Enumeration
Represent work sheet types
Syntax
'Declaration
 
Public Enum ExcelSheetType 
   Inherits System.Enum
'Usage
 
Dim instance As ExcelSheetType
public enum ExcelSheetType : System.Enum 
Members
MemberDescription
ChartSheet Represents a chart sheet
DialogSheet Represents a dialog sheet
MacroSheet Represents a macro sheet.
VBAModule Represents a Visual Basic module
Worksheet Represents a normal worksheet
Workspace Represents a workspace
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Excel.ExcelSheetType

See Also

Reference

GrapeCity.Excel Namespace