XlImportDataAs Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the format in which to return data from a database.
public enum class XlImportDataAs
C#
public enum XlImportDataAs
Public Enum XlImportDataAs
- Inheritance
-
XlImportDataAs
Name | Value | Description |
---|---|---|
xlQueryTable | 0 | Returns the data as a QueryTable. |
xlPivotTableReport | 1 | Returns the data as a PivotTable. |
xlTable | 2 |
Product | Versions |
---|---|
Excel primary interop assembly | Latest |