Aspose::Cells::ExternalConnections::ConnectionParameterType enum

ConnectionParameterType enum

Specifies the parameter type of external connection.

enum class ConnectionParameterType

Values

NameValueDescription
Cell0
Get the parameter value from a cell on each refresh.
Prompt1
Prompt the user on each refresh for a parameter value.
Value2
Use a constant value on each refresh for the parameter value.

See Also