XlListObjectSourceType Enumeration
Specifies the current source of the list.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Enumeration XlListObjectSourceType
'Usage
Dim instance As XlListObjectSourceType
public enum XlListObjectSourceType
Members
Member name | Description | |
---|---|---|
xlSrcExternal | External data source (Microsoft Windows SharePoint Services site). | |
xlSrcRange | Microsoft Office Excel range. | |
xlSrcXml | XML. | |
xlSrcQuery | Query. |