Spread Windows Forms 12.0 Product Documentation
ModifyCustomName Method (IEnhancedCustomNameSupport)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > IEnhancedCustomNameSupport Interface : ModifyCustomName Method
The name of the custom name
The new name
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)
bool ModifyCustomName( 
   string name,
   string newName
)

Parameters

name
The name of the custom name
newName
The new name

Return Value

If true modification is successful; otherwise, false
See Also

Reference

IEnhancedCustomNameSupport Interface
IEnhancedCustomNameSupport Members