Spread Windows Forms 12.0 Product Documentation
ClearCustomFunctions Method (SheetView)
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class : ClearCustomFunctions Method
Removes all user-defined custom functions (FunctionInfo object) on this sheet from the model.
Syntax
'Declaration
 
Public Sub ClearCustomFunctions() 
'Usage
 
Dim instance As SheetView
 
instance.ClearCustomFunctions()
public void ClearCustomFunctions()
Example
This example clears any declared custom functions.
fpSpread1.ActiveSheet.ClearCustomFunctions();
FpSpread1.ActiveSheet.ClearCustomFunctions()
See Also

Reference

SheetView Class
SheetView Members

User-Task Documentation

Using Custom Functions