[]
        
(Showing Draft Content)

FarPoint.CalcEngine.FunctionInfo.AcceptsReference

AcceptsReference Method

AcceptsReference(int)

Determines whether the function accepts CalcReference values for the specified argument.

Declaration
public virtual bool AcceptsReference(int i)
Public Overridable Function AcceptsReference(i As Integer) As Boolean
Parameters
Type Name Description
int i

Index of the argument

Returns
Type Description
bool

True if the function accepts CalcReference values for the specified argument; false otherwise