[]
Update the dimensions of target dynamic evaluated array.
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
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. |
Type | Description |
---|---|
bool |
|