WorksheetFunction.WebService(String) Method
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.
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