Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IParameter Interface / Value Property


In This Topic
Value Property (IParameter)
In This Topic
Creates an IValue object that can be passed as argument of this parameter.
Syntax
'Declaration
 
ReadOnly Property Value As IValue
 
'Usage
 
Dim instance As IParameter
Dim value As IValue
 
value = instance.Value

Property Value

An IValue object that can be passed as argument of this parameter
See Also