Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / IntelliSenseItems Class / GetFunctionArgumentIntelliSense Method
The workbook contains target function.
The function to get IntelliSense content.
The index of current argument, which is under the caret.


In This Topic
    GetFunctionArgumentIntelliSense Method
    In This Topic
    Gets the IntelliSense content for the specified function.
    Syntax
    'Declaration
     
    
    Public Shared Function GetFunctionArgumentIntelliSense( _
       ByVal workbook As IWorkbook, _
       ByVal function As Function, _
       ByVal argIndex As Integer _
    ) As IntelliSenseItems
    'Usage
     
    
    Dim workbook As IWorkbook
    Dim function As Function
    Dim argIndex As Integer
    Dim value As IntelliSenseItems
     
    value = IntelliSenseItems.GetFunctionArgumentIntelliSense(workbook, function, argIndex)
    public static IntelliSenseItems GetFunctionArgumentIntelliSense( 
       IWorkbook workbook,
       Function function,
       int argIndex
    )

    Parameters

    workbook
    The workbook contains target function.
    function
    The function to get IntelliSense content.
    argIndex
    The index of current argument, which is under the caret.
    See Also