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


In This Topic
    RemoveCustomFunction Method (DefaultSheetDataModel)
    In This Topic
    Removes a user-defined custom function from the model.
    Syntax
    'Declaration
     
    
    Public Sub RemoveCustomFunction( _
       ByVal name As String _
    ) 
    'Usage
     
    
    Dim instance As DefaultSheetDataModel
    Dim name As String
     
    instance.RemoveCustomFunction(name)
    public void RemoveCustomFunction( 
       string name
    )

    Parameters

    name
    Name of the user-defined custom function to remove
    Example
    This example evaluates the formulas in the sheet that have changed or not changed since the last calculation cycle.
    See Also