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 |
---|
ExcelParameterType |
Prompt
Displays a dialog box that prompts the user for the value.
Declaration
public const ExcelParameterType Prompt
Field Value
Type |
---|
ExcelParameterType |
Range
Uses the value of the cell in the upper-left corner of the range.
Declaration
public const ExcelParameterType Range
Field Value
Type |
---|
ExcelParameterType |