ComponentOne List for WinForms
C1.Win.C1List Namespace / SelectedColumnCollection Class / Insert Method
The zero-based index at which the C1DataColumn should be inserted.
The C1DataColumn to insert.

In This Topic
    Insert Method (SelectedColumnCollection)
    In This Topic
    Inserts a C1DataColumn at the specified index.
    Syntax
    'Declaration
     
    
    Public Overrides Sub Insert( _
       ByVal index As Integer, _
       ByVal dc As C1DataColumn _
    ) 
    public override void Insert( 
       int index,
       C1DataColumn dc
    )

    Parameters

    index
    The zero-based index at which the C1DataColumn should be inserted.
    dc
    The C1DataColumn to insert.
    See Also