True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / GroupedColumnCollection Class / Add Method
The C1DataColumn to add.

In This Topic
    Add Method (GroupedColumnCollection)
    In This Topic
    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