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


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