Share via


_QueryTable.WebTables 属性

定义

向查询表中导入网页时,返回或设置由逗号分隔的表格名称或表格索引号的列表。 读/写 String

public:
 property System::String ^ WebTables { System::String ^ get(); void set(System::String ^ value); };
public string WebTables { get; set; }
Public Property WebTables As String

属性值

注解

仅当查询表的 QueryType 属性设置为 xlWebQuery 时,该查询返回 HTML 文档,并且该属性的 WebSelectionType 值为 xlSpecifiedTables 时,才使用此属性。

适用于