Spread Windows Forms 12.0 Product Documentation
Insert(Int32,Object,Boolean) Method


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
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

Reference

Elements Class
Elements Members
Overload List