Spread Windows Forms 12.0 Product Documentation
ClearCustomNames(Boolean) Method
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class > ClearCustomNames Method : ClearCustomNames(Boolean) Method
Removes all custom names on this sheet from the model.
Syntax
'Declaration
 
Public Overloads Sub ClearCustomNames( _
   ByVal SheetviewSCope As Boolean _
) 
'Usage
 
Dim instance As SheetView
Dim SheetviewSCope As Boolean
 
instance.ClearCustomNames(SheetviewSCope)
public void ClearCustomNames( 
   bool SheetviewSCope
)

Parameters

SheetviewSCope
Example
This example uses the ClearCustomNames method.
fpSpread1.ActiveSheet.AddCustomName("Alpha", new FarPoint.CalcEngine.DoubleExpression(20));
fpSpread1.ActiveSheet.ClearCustomNames(true);
fpSpread1.ActiveSheet.AddCustomName("Alpha", New FarPoint.CalcEngine.DoubleExpression(20))
fpSpread1.ActiveSheet.ClearCustomNames(True)
See Also

Reference

SheetView Class
SheetView Members
Overload List