Class ExcelTableType
It's represent the table type
Inheritance
System.Object
ExcelTableType
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ExcelTableType : Enum
Fields
queryTable
Represents a table based on an external data query.
Declaration
public const ExcelTableType queryTable
Field Value
Type |
---|
ExcelTableType |
worksheet
Represents a table based on a worksheet data range.
Declaration
public const ExcelTableType worksheet
Field Value
Type |
---|
ExcelTableType |
xml
Represents a table based on an XML mapping.
Declaration
public const ExcelTableType xml
Field Value
Type |
---|
ExcelTableType |