[]
Indicates if the argument of a function is accept array.
public virtual bool IsArrayArgument(Workbook workbook, Function function, Expression expression, IValue evaluatedValue, int argIndex, int row, int column, int argCount)
Public Overridable Function IsArrayArgument(workbook As Workbook, [function] As [Function], expression As Expression, evaluatedValue As IValue, argIndex As Integer, row As Integer, column As Integer, argCount As Integer) As Boolean
Type | Name | Description |
---|---|---|
Workbook | workbook | |
Function | function | |
Expression | expression | |
IValue | evaluatedValue | |
int | argIndex | |
int | row | |
int | column | |
int | argCount |
Type | Description |
---|---|
bool | True if accept array. Otherwise, return false. |