FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / ModifyModelScopeCustomName Method
Name of the custom name to modify
New name of the custom name to modify


In This Topic
ModifyModelScopeCustomName Method (DefaultSheetDataModel)
In This Topic
Modifies the name of a model scope custom name.
Syntax
'Declaration
 
Public Function ModifyModelScopeCustomName( _
   ByVal name As String, _
   ByVal newName As String _
) As Boolean
 
'Usage
 
Dim instance As DefaultSheetDataModel
Dim name As String
Dim newName As String
Dim value As Boolean
 
value = instance.ModifyModelScopeCustomName(name, newName)

Parameters

name
Name of the custom name to modify
newName
New name of the custom name to modify

Return Value

true if name is modified; otherwise, false
See Also