Input for WinForms | ComponentOne
C1.Framework Namespace / GridColumnCollection Class / Insert Method
Index where the Element will be inserted.
Element to add to the list.

In This Topic
    Insert Method (GridColumnCollection)
    In This Topic
    Inserts an Element at a specified index.
    Syntax
    'Declaration
     
    
    Public Overridable Sub Insert( _
       ByVal index As Integer, _
       ByVal value As Object _
    ) 
    public virtual void Insert( 
       int index,
       object value
    )

    Parameters

    index
    Index where the Element will be inserted.
    value
    Element to add to the list.
    See Also