Spread Windows Forms 7.0 Product Documentation
ClearCustomNames() Method
See Also  Example Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class > ClearCustomNames Method : ClearCustomNames() Method


Glossary Item Box

Removes all custom names on this sheet from the model.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub ClearCustomNames() 
Visual Basic (Usage)Copy Code
Dim instance As SheetView
 
instance.ClearCustomNames()
C# 
public void ClearCustomNames()

Example

This example uses the ClearCustomNames method.
C#Copy Code
fpSpread1.ActiveSheet.AddCustomName("Alpha", new FarPoint.CalcEngine.DoubleExpression(20));
fpSpread1.ActiveSheet.ClearCustomNames();
VB.NETCopy Code
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 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.