Spread Windows Forms 15.0
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)
    public virtual int Add( 
       object e
    )

    Parameters

    e
    Element object
    See Also