Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / ICustomFunctionSupport Interface / AddCustomFunction Method
Function to add
Example


In This Topic
    AddCustomFunction Method (ICustomFunctionSupport)
    In This Topic
    Adds a new user-defined function to the model for use in formulas.
    Syntax
    'Declaration
     
    
    Sub AddCustomFunction( _
       ByVal functionInfo As FunctionInfo _
    ) 
    'Usage
     
    
    Dim instance As ICustomFunctionSupport
    Dim functionInfo As FunctionInfo
     
    instance.AddCustomFunction(functionInfo)
    void AddCustomFunction( 
       FunctionInfo functionInfo
    )

    Parameters

    functionInfo
    Function to add
    Example
    See Also