[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.GroupedColumnCollection.Add

Add Method

Add(C1DataColumn)

Adds a C1DataColumn to the end of the collection.

Declaration
public override int Add(C1DataColumn dc)
Parameters
Type Name Description
C1DataColumn dc

The C1DataColumn to add.

Returns
Type Description
int

The index at which the C1DataColumn has been added.

Overrides