True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.8 Assembly / C1.Win.C1TrueDBGrid Namespace / GridStyleCollection Class / Insert Method
The zero-based index at which the Style should be inserted.
The Style to insert.

In This Topic
    Insert Method (GridStyleCollection)
    In This Topic
    Inserts a Style at the specified index.
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As System.Integer, _
       ByVal style As Style _
    ) 
    public void Insert( 
       System.int index,
       Style style
    )

    Parameters

    index
    The zero-based index at which the Style should be inserted.
    style
    The Style to insert.
    See Also