Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ICustomFunctionSupport Interface / GetCustomFunction Method
Name of function


In This Topic
    GetCustomFunction Method (ICustomFunctionSupport)
    In This Topic
    Gets a user-defined function from the model.
    Syntax
    'Declaration
     
    
    Function GetCustomFunction( _
       ByVal name As String _
    ) As FunctionInfo
    'Usage
     
    
    Dim instance As ICustomFunctionSupport
    Dim name As String
    Dim value As FunctionInfo
     
    value = instance.GetCustomFunction(name)
    FunctionInfo GetCustomFunction( 
       string name
    )

    Parameters

    name
    Name of function
    See Also