Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / ICustomNameSupport Interface / RemoveCustomName Method
Name to remove
Example


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