Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / TableType Enumeration


In This Topic
    TableType Enumeration
    In This Topic
    Specifies the type of a table.
    Syntax
    'Declaration
     
    
    Public Enum TableType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TableType
    public enum TableType : System.Enum 
    Members
    MemberDescription
    QueryTableSpecifies a query table.
    WorksheetSpecifies a standard table.
    XmlSpecifies an XML table.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.TableType

    See Also