Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 891 Bytes

Excel.XlCmdType.md

File metadata and controls

28 lines (21 loc) · 891 Bytes
title api_name ms.assetid ms.date ms.localizationpriority
XlCmdType enumeration (Excel)
Excel.XlCmdType
4339b577-c29c-3c78-8433-df56c35b6633
06/08/2017
medium

XlCmdType enumeration (Excel)

Specifies the value of the CommandText property.

Name Value Description
xlCmdCube 1 Contains a cube name for an OLAP data source.
xlCmdDAX 8 Contains a Data Analysis Expressions (DAX) formula.
xlCmdDefault 4 Contains command text that the OLE DB provider understands.
xlCmdExcel 7 Contains an Excel formula.
xlCmdList 5 Contains a pointer to list data.
xlCmdSql 2 Contains an SQL statement.
xlCmdTable 3 Contains a table name for accessing OLE DB data sources.
xlCmdTableCollection 6 Contains the name of a table collection.

[!includeSupport and feedback]