Aspose::Cells::ExternalConnections::WebQueryConnection::SetEditWebPage method
Contents
[
Hide
]WebQueryConnection::SetEditWebPage(const U16String&) method
The URL of the user-facing web page showing the web query data. This URL is persisted in the case that sourceData=“true” and url has been redirected to reference an XML file. Then the user-facing page can be shown in the UI, and the XML data can be retrieved behind the scenes.
void Aspose::Cells::ExternalConnections::WebQueryConnection::SetEditWebPage(const U16String &value)
See Also
- Class Vector
- Class U16String
- Class WebQueryConnection
- Namespace Aspose::Cells::ExternalConnections
- Library Aspose.Cells for C++
WebQueryConnection::SetEditWebPage(const char16_t*) method
The URL of the user-facing web page showing the web query data. This URL is persisted in the case that sourceData=“true” and url has been redirected to reference an XML file. Then the user-facing page can be shown in the UI, and the XML data can be retrieved behind the scenes.
void Aspose::Cells::ExternalConnections::WebQueryConnection::SetEditWebPage(const char16_t *value)
See Also
- Class Vector
- Class WebQueryConnection
- Namespace Aspose::Cells::ExternalConnections
- Library Aspose.Cells for C++