Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IEnhancedCustomNameSupport2 Interface / ClearCustomNames Method


In This Topic
    ClearCustomNames Method (IEnhancedCustomNameSupport2)
    In This Topic
    Removes all user-defined names from the model.
    Syntax
    'Declaration
     
    
    Sub ClearCustomNames() 
    'Usage
     
    
    Dim instance As IEnhancedCustomNameSupport2
     
    instance.ClearCustomNames()
    void ClearCustomNames()
    See Also