[]
        
(Showing Draft Content)

FarPoint.CalcEngine.FunctionInfo.AcceptsMissingArgument

AcceptsMissingArgument Method

AcceptsMissingArgument(int)

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

Declaration
public virtual bool AcceptsMissingArgument(int i)
Public Overridable Function AcceptsMissingArgument(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