Enum ConnectionParameterType

ConnectionParameterType enumeration

Specifies the parameter type of external connection

public enum ConnectionParameterType

Values

NameValueDescription
Cell0Get the parameter value from a cell on each refresh.
Prompt1Prompt the user on each refresh for a parameter value.
Value2Use a constant value on each refresh for the parameter value.

See Also