_QueryTable.WebTables Property

Definition

Returns or sets a comma-delimited list of table names or table index numbers when you import a Web page into a query table. Read/write String.

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

Property Value

Remarks

Use this property only when the query table’s QueryType property is set to xlWebQuery, the query returns an HTML document, and the value of the WebSelectionType property is xlSpecifiedTables.

Applies to