Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / RemoveCustomName Method / RemoveCustomName(String) Method
Custom name to remove


In This Topic
RemoveCustomName(String) Method
In This Topic
Removes a custom name on this sheet from the model.
Syntax
'Declaration
 
Public Overloads Sub RemoveCustomName( _
   ByVal name As String _
) 
 
'Usage
 
Dim instance As SheetView
Dim name As String
 
instance.RemoveCustomName(name)

Parameters

name
Custom name to remove
See Also