Enum ExcelParameterType
Represents Excel Parameter Type
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelParameterType
Fields
| Name | Description |
|---|---|
| Constant | Uses the value specified by the Value argument. |
| Prompt | Displays a dialog box that prompts the user for the value. |
| Range | Uses the value of the cell in the upper-left corner of the range. |