Spread Windows Forms 12.0 Product Documentation
Add(Object) Method


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

Parameters

e
Element object

Return Value

Integer index of the element
See Also

Reference

Elements Class
Elements Members
Overload List