XlCmdType enumeration
Office 2013 and later
Specifies the value of the CommandText property.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
| Member name | Description | |
|---|---|---|
| xlCmdCube | Contains a cube name for an OLAP data source. | |
| xlCmdSql | Contains an SQL statement. | |
| xlCmdTable | Contains a table name for accessing OLE DB data sources. | |
| xlCmdDefault | Contains command text that the OLE DB provider understands. | |
| xlCmdList | Contains a pointer to list data. | |
| xlCmdTableCollection | Contains the name of a table collection. | |
| xlCmdExcel | Contains an Excel formula. | |
| xlCmdDAX | Contains a Data Analysis Expressions (DAX) formula. |
Show: