ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / GroupCollection Class / Remove Method / Remove(String) Method

In This Topic
    Remove(String) Method
    In This Topic
    Removes the first occurrence of the Group with the specified name from the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Function Remove( _
       ByVal name As String _
    ) As Boolean
    public bool Remove( 
       string name
    )

    Parameters

    name
    See Also