Spread Windows Forms 12.0 Product Documentation
RemoveCustomFunction Method (DefaultSheetDataModel)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > DefaultSheetDataModel Class : RemoveCustomFunction Method
Name of the user-defined custom function to remove
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
See Also

Reference

DefaultSheetDataModel Class
DefaultSheetDataModel Members