[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.Function.GetFormulaArrayDimensions

GetFormulaArrayDimensions Method

GetFormulaArrayDimensions(IEvaluationContext, IValue, out int, out int)

Calculates the dimensions of the specified argument.

Declaration
protected void GetFormulaArrayDimensions(IEvaluationContext context, IValue value, out int rowCount, out int columnCount)
Protected Sub GetFormulaArrayDimensions(context As IEvaluationContext, value As IValue, ByRef rowCount As Integer, ByRef columnCount As Integer)
Parameters
Type Name Description
IEvaluationContext context

The evaluation context.

IValue value

The argument of the function.

int rowCount

The row count of the returned array.

int columnCount

The column count of the returned array.