C1.Win.8 Assembly / C1.Framework Namespace / ElementList Class / Add Method
Element to add to the list.

In This Topic
Add Method (ElementList)
In This Topic
Adds an Element to the list.
Syntax
'Declaration
 
Public Overrides Function Add( _
   ByVal value As Object _
) As Integer
 

Parameters

value
Element to add to the list.

Return Value

The index of the new object in the list.
See Also