Spread WPF 17
GrapeCity.Excel Namespace / ExcelSheetType Enumeration


In This Topic
    ExcelSheetType Enumeration
    In This Topic
    Represent work sheet types
    Syntax
    'Declaration
     
    Public Enum ExcelSheetType 
       Inherits System.Enum
    'Usage
     
    Dim instance As ExcelSheetType
    public enum ExcelSheetType : System.Enum 
    Members
    MemberDescription
    ChartSheetRepresents a chart sheet
    DialogSheetRepresents a dialog sheet
    MacroSheetRepresents a macro sheet.
    VBAModuleRepresents a Visual Basic module
    WorksheetRepresents a normal worksheet
    WorkspaceRepresents a workspace
    Inheritance Hierarchy

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

    See Also