ComponentOne True DBGrid for WinForms
Insert Method (GridStyleCollection)

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > GridStyleCollection Class : Insert Method
The zero-based index at which the Style should be inserted.
The Style to insert.
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

Reference

GridStyleCollection Class
GridStyleCollection Members