Spread Windows Forms 10.0 Product Documentation
ClearCustomNames() Method
Example 


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()
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

SheetView Class
SheetView Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.