Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Localization Namespace / LanguagePackage Class / IsArrayArgument Method


In This Topic
    IsArrayArgument Method
    In This Topic
    Indicates if the argument of a function is accept array.
    Syntax
    'Declaration
     
    
    Public Overridable Function IsArrayArgument( _
       ByVal workbook As Workbook, _
       ByVal function As Function, _
       ByVal expression As Expression, _
       ByVal evaluatedValue As IValue, _
       ByVal argIndex As Integer, _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal argCount As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As LanguagePackage
    Dim workbook As Workbook
    Dim function As Function
    Dim expression As Expression
    Dim evaluatedValue As IValue
    Dim argIndex As Integer
    Dim row As Integer
    Dim column As Integer
    Dim argCount As Integer
    Dim value As Boolean
     
    value = instance.IsArrayArgument(workbook, function, expression, evaluatedValue, argIndex, row, column, argCount)

    Parameters

    workbook
    function
    expression
    evaluatedValue
    argIndex
    row
    column
    argCount

    Return Value

    True if accept array. Otherwise, return false.
    See Also