Spread WinForms 15
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()

Return Value

The IDelegate object returned by LAMBDA function.
See Also