Spread for ASP.NET 12 Product Documentation
RemoveCustomFunction Method (ICustomFunctionSupport)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > ICustomFunctionSupport Interface : RemoveCustomFunction Method
Name of function to remove
Removes a user-defined function from the model.
Syntax
'Declaration
 
Sub RemoveCustomFunction( _
   ByVal name As String _
) 
'Usage
 
Dim instance As ICustomFunctionSupport
Dim name As String
 
instance.RemoveCustomFunction(name)
void RemoveCustomFunction( 
   string name
)

Parameters

name
Name of function to remove
See Also

Reference

ICustomFunctionSupport Interface
ICustomFunctionSupport Members