Excel.DataSourceType enum

Represents a command type of DataConnection.

Remarks

[ API set: ExcelApi 1.15 ]

Fields

cube = "Cube"

Contains a cube name for an OLAP data source.

localRange = "LocalRange"

The data source type is a range in the current workbook.

localTable = "LocalTable"

The data source type is a table in the current workbook.

oledbDefault = "OledbDefault"

Contains command text that the OLE DB provider (such as Power BI) understands.

unknown = "Unknown"

The data source type is unknown or unsupported.