Spread WPF 17
GrapeCity.Excel Namespace / ExcelTableType Enumeration


In This Topic
    ExcelTableType Enumeration
    In This Topic
    An enumeration that specifies what the table data is based on
    Syntax
    'Declaration
     
    Public Enum ExcelTableType 
       Inherits System.Enum
    'Usage
     
    Dim instance As ExcelTableType
    public enum ExcelTableType : System.Enum 
    Members
    MemberDescription
    QueryTableA table based on an external data query.
    WorksheetA table based on a worksheet data range.
    XMLA table based on an XML mapping.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Excel.ExcelTableType

    See Also