[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Localization.LanguagePackage.IsArrayArgument

IsArrayArgument Method

IsArrayArgument(Workbook, Function, Expression, IValue, int, int, int, int)

Indicates if the argument of a function is accept array.

Declaration
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
Parameters
Type Name Description
Workbook workbook
Function function
Expression expression
IValue evaluatedValue
int argIndex
int row
int column
int argCount
Returns
Type Description
bool

True if accept array. Otherwise, return false.