Spread Windows Forms 12.0 Product Documentation
RemoveModelScopeCustomName Method (IEnhancedCustomNameSupport)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > IEnhancedCustomNameSupport Interface : RemoveModelScopeCustomName Method
The name of the custom name to remove
Removes a user-defined name from the model.
Syntax
'Declaration
 
Sub RemoveModelScopeCustomName( _
   ByVal name As String _
) 
'Usage
 
Dim instance As IEnhancedCustomNameSupport
Dim name As String
 
instance.RemoveModelScopeCustomName(name)
void RemoveModelScopeCustomName( 
   string name
)

Parameters

name
The name of the custom name to remove
See Also

Reference

IEnhancedCustomNameSupport Interface
IEnhancedCustomNameSupport Members