Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / SheetType Enumeration
In This Topic
    SheetType Enumeration
    In This Topic
    Represents the sheet type.
    Syntax
    public enum SheetType : System.Enum 
    Members
    MemberDescription
    Chart Represents a chart sheet.
    Worksheet Represents a worksheet.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.SheetType

    See Also