[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.Function.IsArrayParameter

IsArrayParameter Method

IsArrayParameter(int)

Determines whether the expression at specified index is evaluated as an array parameter.

Declaration
protected virtual bool IsArrayParameter(int argIndex)
Protected Overridable Function IsArrayParameter(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 the function evaluates the specified parameter as an array; otherwise, the function evaluates each cells of the range separately.