Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IEnhancedCustomNameSupport Interface / RemoveModelScopeCustomName Method
The name of the custom name to remove


In This Topic
    RemoveModelScopeCustomName Method (IEnhancedCustomNameSupport)
    In This Topic
    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