Spread Windows Forms 12.0 Product Documentation
AcceptsReferenceReturn Method


FarPoint.CalcEngine Assembly > FarPoint.CalcEngine Namespace > FunctionInfo Class : AcceptsReferenceReturn Method
Determines whether the function able to return CalcReference values.
Syntax
'Declaration
 
Public Overridable Function AcceptsReferenceReturn() As Boolean
'Usage
 
Dim instance As FunctionInfo
Dim value As Boolean
 
value = instance.AcceptsReferenceReturn()
public virtual bool AcceptsReferenceReturn()

Return Value

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

Reference

FunctionInfo Class
FunctionInfo Members