Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObjects 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 PSObjects
    Dim e As Object
    Dim value As Integer
     
    value = instance.Add(e)
    public virtual int Add( 
       object e
    )

    Parameters

    e
    Element object
    See Also