Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObjects Class / Remove Method
Element object


In This Topic
    Remove Method (PSObjects)
    In This Topic
    Removes the specified element from the collection.
    Syntax
    'Declaration
     
    
    Public Overridable Sub Remove( _
       ByVal e As Object _
    ) 
    'Usage
     
    
    Dim instance As PSObjects
    Dim e As Object
     
    instance.Remove(e)
    public virtual void Remove( 
       object e
    )

    Parameters

    e
    Element object
    See Also