Spread Silverlight Documentation
RemoveCustomFunctions Method (Workbook)


GrapeCity.Windows.SpreadSheet.Data Namespace > Workbook Class : RemoveCustomFunctions Method
The name.
Removes the specified custom function on this sheet.
Syntax
'Declaration
 
Public Sub RemoveCustomFunctions( _
   ByVal name As System.String _
) 
'Usage
 
Dim instance As Workbook
Dim name As System.String
 
instance.RemoveCustomFunctions(name)
public void RemoveCustomFunctions( 
   System.string name
)

Parameters

name
The name.
See Also

Reference

Workbook Class
Workbook Members