TreeView for WinForms | ComponentOne
C1.Framework Namespace / GridColumnCollection Class / Insert Method
The zero-based index at which value should be inserted.
The System.Object to insert. The value can be a null reference (Nothing in Visual Basic).

In This Topic
    Insert Method (GridColumnCollection)
    In This Topic
    Inserts an element into the System.Collections.ArrayList at the 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
    The zero-based index at which value should be inserted.
    value
    The System.Object to insert. The value can be a null reference (Nothing in Visual Basic).
    See Also