Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / ICustomNameSupport2 Interface / ClearCustomNames Method
Example


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()
    Example
    See Also