Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ICustomNameSupport Interface / RemoveCustomName Method
Name to remove


In This Topic
RemoveCustomName Method (ICustomNameSupport)
In This Topic
Removes a user-defined name from the model.
Syntax
'Declaration
 
Sub RemoveCustomName( _
   ByVal name As String _
) 
 
'Usage
 
Dim instance As ICustomNameSupport
Dim name As String
 
instance.RemoveCustomName(name)

Parameters

name
Name to remove
See Also