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)

Usage

Dim xlWebSelectionType1 As XlWebSelectionType = XlWebSelectionType.xlAllTables

Syntax

Public Enum XlWebSelectionType
public enum XlWebSelectionType
public enum class XlWebSelectionType
public enum XlWebSelectionType
public enum XlWebSelectionType

Members

Member name Description
xlAllTables All tables.
xlEntirePage Entire page.
xlSpecifiedTables Specified tables.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace