Excel.DataSourceType enum
Represents a command type of DataConnection.
Remarks
Fields
| 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. |
| unknown = "Unknown" | The data source type is unknown or unsupported. |