Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Articles Namespace / ThreadArticleBeadCollection Class / Remove Method
The object to remove from the collection.

In This Topic
    Remove Method (ThreadArticleBeadCollection)
    In This Topic
    Removes the first occurrence of a specific object from the collection.
    Syntax
    'Declaration
     
    Public Function Remove( _
       ByVal item As ArticleBead _
    ) As System.Boolean
    public System.bool Remove( 
       ArticleBead item
    )

    Parameters

    item
    The object to remove from the collection.

    Return Value

    true if item was actually removed, false otherwise.
    See Also