ConnectionParameterType Enum
ConnectionParameterType Enum
Specifies the parameter type of external connection
type ConnectionParameterType int32
Fields
Field | Description |
---|---|
Cell | Get the parameter value from a cell on each refresh. |
Prompt | Prompt the user on each refresh for a parameter value. |
Value | Use a constant value on each refresh for the parameter value. |