[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.C1DisplayColumnCollection.Insert

Insert Method

Insert(int, C1DisplayColumn)

Inserts a C1DisplayColumn at the specified index.

Declaration
public void Insert(int index, C1DisplayColumn vc)
Parameters
Type Name Description
int index

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

C1DisplayColumn vc

The C1DataColumn to insert.