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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins