ConnectionParameter.Prompt

ConnectionParameter.Prompt property

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.

public string Prompt { get; set; }

See Also