_QueryTable.EditWebPage Property

Definition

Returns or sets the web page uniform resource locator (URL) for a web query. Read/write Object.

public:
 property System::Object ^ EditWebPage { System::Object ^ get(); void set(System::Object ^ value); };
public object EditWebPage { get; set; }
Public Property EditWebPage As Object

Property Value

Remarks

The EditWebPage property returns Null if not set. The EditWebPage property is only meaningful if the query type is xlWebQuery or xlOLEDBQuery.

If the EditWebPage is not null, ignore the WebTables property for refreshing. As a result an XML query and the WebTable property refers to the table in the original Web page and should only be used in the edit case to pre-populate the Web Query dialog box.

Applies to