True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid 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 System.Integer _
    ) 
    public new void RemoveAt( 
       System.int index
    )

    Parameters

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