Spread Windows Forms 12.0 Product Documentation
ClearCustomNames() Method
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class > ClearCustomNames Method : ClearCustomNames() Method
Removes all custom names on this sheet from the model.
Syntax
'Declaration
 
Public Overloads Sub ClearCustomNames() 
'Usage
 
Dim instance As SheetView
 
instance.ClearCustomNames()
public void ClearCustomNames()
Example
This example uses the ClearCustomNames method.
fpSpread1.ActiveSheet.AddCustomName("Alpha", new FarPoint.CalcEngine.DoubleExpression(20));
fpSpread1.ActiveSheet.ClearCustomNames();
FpSpread1.ActiveSheet.AddCustomName("Alpha", New FarPoint.CalcEngine.DoubleExpression(20))
FpSpread1.ActiveSheet.ClearCustomNames()
See Also

Reference

SheetView Class
SheetView Members
Overload List