Class ExcelParameterType
Represents Excel Parameter Type
Inheritance
System.Object
ExcelParameterType
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public sealed class ExcelParameterType : Enum
Fields
Constant
Uses the value specified by the Value argument.
Declaration
public const ExcelParameterType Constant
Field Value
Type | Description |
---|---|
ExcelParameterType |
Prompt
Displays a dialog box that prompts the user for the value.
Declaration
public const ExcelParameterType Prompt
Field Value
Type | Description |
---|---|
ExcelParameterType |
Range
Uses the value of the cell in the upper-left corner of the range.
Declaration
public const ExcelParameterType Range
Field Value
Type | Description |
---|---|
ExcelParameterType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |