Enum ExcelTableType
It's represent the table type
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelTableType
Fields
Name | Description |
---|---|
queryTable | Represents a table based on an external data query. |
worksheet | Represents a table based on a worksheet data range. |
xml | Represents a table based on an XML mapping. |