WorksheetFunction.WebService(String) Method

Definition

Underlying function that calls the web service asynchronously, using an HTTP GET request, and returns the response.

public:
 System::Object ^ WebService(System::String ^ Arg1);
public object WebService (string Arg1);
Public Function WebService (Arg1 As String) As Object

Parameters

Arg1
String

The URL of the web service to make the HTTP GET request to.

Returns

VARIANT

Applies to