Enum eConnectionParameterType
Connection parameter types.
Namespace: OfficeOpenXml.Data.Connection
Assembly: EPPlus.dll
Syntax
public enum eConnectionParameterType
Fields
| Name | 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. |