[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Articles.ThreadArticleBeadCollection.Remove

Remove Method

Remove(ArticleBead)

Removes the first occurrence of a specific object from the collection.

Declaration
public bool Remove(ArticleBead item)
Public Function Remove(item As ArticleBead) As Boolean
Parameters
Type Name Description
ArticleBead item

The object to remove from the collection.

Returns
Type Description
bool

true if item was actually removed, false otherwise.

Implements