Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ICustomNameSupport Interface / RemoveCustomName Method
Name to remove


In This Topic
    RemoveCustomName Method (ICustomNameSupport)
    In This Topic
    Removes a user-defined name from the model.
    Syntax
    'Declaration
     
    
    Sub RemoveCustomName( _
       ByVal name As String _
    ) 
    'Usage
     
    
    Dim instance As ICustomNameSupport
    Dim name As String
     
    instance.RemoveCustomName(name)
    void RemoveCustomName( 
       string name
    )

    Parameters

    name
    Name to remove
    See Also