True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1DisplayColumnCollection Class / Insert Method
The zero-based index at which the C1DisplayColumn should be inserted.
The C1DataColumn to insert.

In This Topic
    Insert Method (C1DisplayColumnCollection)
    In This Topic
    Inserts a C1DisplayColumn at the specified index.
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As System.Integer, _
       ByVal vc As C1DisplayColumn _
    ) 
    public void Insert( 
       System.int index,
       C1DisplayColumn vc
    )

    Parameters

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