Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IEnhancedCustomNameSupport Interface / ModifyCustomName Method
The name of the custom name
The new name


In This Topic
ModifyCustomName Method (IEnhancedCustomNameSupport)
In This Topic
Modifies the name of the custom name.
Syntax
'Declaration
 
Function ModifyCustomName( _
   ByVal name As String, _
   ByVal newName As String _
) As Boolean
 
'Usage
 
Dim instance As IEnhancedCustomNameSupport
Dim name As String
Dim newName As String
Dim value As Boolean
 
value = instance.ModifyCustomName(name, newName)

Parameters

name
The name of the custom name
newName
The new name

Return Value

If true modification is successful; otherwise, false
See Also