True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid 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 System.Integer, _
       ByVal dc As C1DataColumn _
    ) 
    public override void Insert( 
       System.int index,
       C1DataColumn dc
    )

    Parameters

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