Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / DefaultSheetDataModel Class / GetCustomFunction Method
Name of the user-defined custom function to get
Example


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

    Parameters

    name
    Name of the user-defined custom function to get

    Return Value

    String containing the name of the custom function
    Example
    This example adds a custom function to the data model.
    See Also