ComponentOne List for WinForms
C1.Win.C1List Namespace / SelectedColumnCollection Class / Add Method
The C1DataColumn to add.

In This Topic
    Add Method (SelectedColumnCollection)
    In This Topic
    Adds a C1DataColumn to the end of the collection.
    Syntax
    'Declaration
     
    
    Public Overrides Function Add( _
       ByVal dc As C1DataColumn _
    ) As Integer
    public override int Add( 
       C1DataColumn dc
    )

    Parameters

    dc
    The C1DataColumn to add.

    Return Value

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