FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / RemoveModelScopeCustomName Method
Name of the custom name to remove


In This Topic
RemoveModelScopeCustomName Method (DefaultSheetDataModel)
In This Topic
Removes a custom name in the model scope.
Syntax
'Declaration
 
Public Sub RemoveModelScopeCustomName( _
   ByVal name As String _
) 
 
'Usage
 
Dim instance As DefaultSheetDataModel
Dim name As String
 
instance.RemoveModelScopeCustomName(name)

Parameters

name
Name of the custom name to remove
See Also