_QueryTable.WebTables Property
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.
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.