[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.Function.CalculateFormulaArrayDimensions

CalculateFormulaArrayDimensions Method

CalculateFormulaArrayDimensions(IArguments, out int, out int)

Update the dimensions of target dynamic evaluated array.

Declaration
protected virtual bool CalculateFormulaArrayDimensions(IArguments arguments, out int rowCount, out int columnCount)
Protected Overridable Function CalculateFormulaArrayDimensions(arguments As IArguments, ByRef rowCount As Integer, ByRef columnCount As Integer) As Boolean
Parameters
Type Name Description
IArguments arguments

The arguments of the function.

int rowCount

The row count of the returned array.

int columnCount

The column count of the returned array.

Returns
Type Description
bool

true if the dimensions are determined by this function; otherwise, false.