FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / ColumnCollection Class / Insert Method
The position where the new column will be inserted.

In This Topic
    Insert Method (ColumnCollection)
    In This Topic
    Adds a new Column object to this collection at a specified position.
    Syntax
    'Declaration
     
    
    Public Function Insert( _
       ByVal index As Integer _
    ) As Column
    public Column Insert( 
       int index
    )

    Parameters

    index
    The position where the new column will be inserted.

    Return Value

    A reference to the Column that was inserted to the collection.
    See Also