ComponentOne List for WinForms
C1.Win.C1List 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 Integer, _
       ByVal style As Style _
    ) 
    public void Insert( 
       int index,
       Style style
    )

    Parameters

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