Spread Windows Forms 15.0
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
    IValue Value {get;}

    Property Value

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