Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / Elements Class / Insert Method / Insert(Int32,Object,Boolean) Method
Index
Element object
Whether to add as is, no cloning


In This Topic
    Insert(Int32,Object,Boolean) 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, _
       ByVal noClone As Boolean _
    ) 
    'Usage
     
    
    Dim instance As Elements
    Dim index As Integer
    Dim e As Object
    Dim noClone As Boolean
     
    instance.Insert(index, e, noClone)
    public virtual void Insert( 
       int index,
       object e,
       bool noClone
    )

    Parameters

    index
    Index
    e
    Element object
    noClone
    Whether to add as is, no cloning
    See Also