Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / Elements Class / Insert Method / Insert(Int32,Object) Method
Index
Element object


In This Topic
    Insert(Int32,Object) Method
    In This Topic
    Inserts an element to the collection at the specified index.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub Insert( _
       ByVal index As Integer, _
       ByVal e As Object _
    ) 
    'Usage
     
    
    Dim instance As Elements
    Dim index As Integer
    Dim e As Object
     
    instance.Insert(index, e)
    public virtual void Insert( 
       int index,
       object e
    )

    Parameters

    index
    Index
    e
    Element object
    See Also