Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IFunctionResolver Interface / Find Method
The prefix text of the function name.


In This Topic
    Find Method (IFunctionResolver)
    In This Topic
    Finds all functions which have name started with the prefix.
    Syntax
    'Declaration
     
    
    Function Find( _
       ByVal prefix As String _
    ) As Function()
    'Usage
     
    
    Dim instance As IFunctionResolver
    Dim prefix As String
    Dim value() As Function
     
    value = instance.Find(prefix)

    Parameters

    prefix
    The prefix text of the function name.

    Return Value

    All functions which have name started with the prefix.
    See Also