ComponentOne List for WinForms
C1.Win.C1List Namespace / GridStyleCollection Class / RemoveAt Method
Teh zero-based index of the Style to remove.

In This Topic
    RemoveAt Method (GridStyleCollection)
    In This Topic
    Removes the Style at the specified index.
    Syntax
    'Declaration
     
    
    Public Shadows Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    public new void RemoveAt( 
       int index
    )

    Parameters

    index
    Teh zero-based index of the Style to remove.
    See Also