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


FarPoint.Win Assembly > FarPoint.Win Namespace > Elements Class > Add Method : Add(Object,Boolean) Method
Element object
Whether to add as is, no cloning
Adds an element to the collection and returns its index.
Syntax
'Declaration
 
Public Overloads Overridable Function Add( _
   ByVal e As Object, _
   ByVal noClone As Boolean _
) As Integer
'Usage
 
Dim instance As Elements
Dim e As Object
Dim noClone As Boolean
Dim value As Integer
 
value = instance.Add(e, noClone)
public virtual int Add( 
   object e,
   bool noClone
)

Parameters

e
Element object
noClone
Whether to add as is, no cloning

Return Value

Integer index of the element
See Also

Reference

Elements Class
Elements Members
Overload List