Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IValue Interface / GetDelegate Method


In This Topic
    GetDelegate Method
    In This Topic
    Gets the IDelegate object.
    Syntax
    'Declaration
     
    
    Function GetDelegate() As IDelegate
    'Usage
     
    
    Dim instance As IValue
    Dim value As IDelegate
     
    value = instance.GetDelegate()
    IDelegate GetDelegate()

    Return Value

    The IDelegate object returned by LAMBDA function.
    See Also