Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / TableType Enumeration


TableType Enumeration
Specifies the type of a table.
Syntax
'Declaration
 
Public Enum TableType 
   Inherits System.Enum
 
'Usage
 
Dim instance As TableType
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