XlImportDataAs Enum
Definition
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
public enum XlImportDataAs
Public Enum XlImportDataAs
- Inheritance
-
XlImportDataAs
Fields
Name | Value | Description |
---|---|---|
xlQueryTable | 0 | Returns the data as a QueryTable. |
xlPivotTableReport | 1 | Returns the data as a PivotTable. |
xlTable | 2 |