Documents for PDF, .NET Edition Documentation
Remove Method (ThreadArticleBeadCollection)

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.Articles Namespace > ThreadArticleBeadCollection Class : Remove Method
The object to remove from the collection.
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

Reference

ThreadArticleBeadCollection Class
ThreadArticleBeadCollection Members