Spread WinForms 15
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / IndexFunctionInfo Class / AcceptsReferenceReturn Method


In This Topic
AcceptsReferenceReturn Method (IndexFunctionInfo)
In This Topic
Indicates whether the Evaluate method can return references.
Syntax
'Declaration
 
Public Overrides Function AcceptsReferenceReturn() As Boolean
 
'Usage
 
Dim instance As IndexFunctionInfo
Dim value As Boolean
 
value = instance.AcceptsReferenceReturn()

Return Value

True if function might return CalcReference values; false otherwise
See Also