| Visual Basic (Declaration) | |
|---|---|
Public Overloads Sub ClearCustomNames() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As SheetView instance.ClearCustomNames() | |
| C# | |
|---|---|
public void ClearCustomNames() | |
This example uses the ClearCustomNames method.
| C# | Copy Code |
|---|---|
fpSpread1.ActiveSheet.AddCustomName("Alpha", new FarPoint.CalcEngine.DoubleExpression(20)); fpSpread1.ActiveSheet.ClearCustomNames(); | |
| VB.NET | Copy Code |
|---|---|
FpSpread1.ActiveSheet.AddCustomName("Alpha", New FarPoint.CalcEngine.DoubleExpression(20)) FpSpread1.ActiveSheet.ClearCustomNames() | |
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8