[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.GridStyleCollection.Insert

Insert Method

Insert(int, Style)

Inserts a Style at the specified index.

Declaration
public void Insert(int index, Style style)
Parameters
Type Name Description
int index

The zero-based index at which the Style should be inserted.

Style style

The Style to insert.