XlWebSelectionType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether an entire Web page, all tables on the Web page, or only a specific table is imported into a query table.
public enum class XlWebSelectionType
public enum XlWebSelectionType
Public Enum XlWebSelectionType
- Inheritance
-
XlWebSelectionType
Fields
xlAllTables | 2 | All tables. |
xlEntirePage | 1 | Entire page. |
xlSpecifiedTables | 3 | Specified tables. |