XlWebSelectionType Enumeration
Specifies whether an entire Web page, all tables on the Web page, or only a specific table is imported into a query table.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Enumeration XlWebSelectionType
'Usage
Dim instance As XlWebSelectionType
public enum XlWebSelectionType
Members
Member name | Description | |
---|---|---|
xlEntirePage | Entire page. | |
xlAllTables | All tables. | |
xlSpecifiedTables | Specified tables. |