Aspose::Cells::ExternalConnections::ConnectionParameter::SetPrompt method

ConnectionParameter::SetPrompt(const U16String&) method

Prompt string for the parameter. Presented to the spreadsheet user along with input UI to collect the parameter value before refreshing the external data. Used only when parameterType = prompt.

void Aspose::Cells::ExternalConnections::ConnectionParameter::SetPrompt(const U16String &value)

See Also

ConnectionParameter::SetPrompt(const char16_t*) method

Prompt string for the parameter. Presented to the spreadsheet user along with input UI to collect the parameter value before refreshing the external data. Used only when parameterType = prompt.

void Aspose::Cells::ExternalConnections::ConnectionParameter::SetPrompt(const char16_t *value)

See Also