[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.Function.IsExplicitPrecedent

IsExplicitPrecedent Method

IsExplicitPrecedent(int)

Determines whether the evaluated result depends on all values from the argument.

Declaration
protected virtual bool IsExplicitPrecedent(int argIndex)
Protected Overridable Function IsExplicitPrecedent(argIndex As Integer) As Boolean
Parameters
Type Name Description
int argIndex

An integer value indicates the index of the argument.

Returns
Type Description
bool

true if the evaluated result depends on all values from the argument; otherwise, false.