ComponentOne True DBGrid for WinForms
Add Method (GroupedColumnCollection)

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > GroupedColumnCollection Class : Add Method
The C1DataColumn to add.
Adds a C1DataColumn to the end of the collection.
Syntax
'Declaration
 
Public Overrides Function Add( _
   ByVal dc As C1DataColumn _
) As System.Integer
public override System.int Add( 
   C1DataColumn dc
)

Parameters

dc
The C1DataColumn to add.

Return Value

The index at which the C1DataColumn has been added.
See Also

Reference

GroupedColumnCollection Class
GroupedColumnCollection Members