Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / Elements Class / Add Method / Add(Object) Method
Element object


In This Topic
Add(Object) Method
In This Topic
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)

Parameters

e
Element object
See Also