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

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.Articles Namespace > ThreadArticleBeadCollection Class : Add Method
The object to be added to the end of the collection.
Adds an object to the end of the collection.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal item As ArticleBead _
) 
public void Add( 
   ArticleBead item
)

Parameters

item
The object to be added to the end of the collection.
See Also

Reference

ThreadArticleBeadCollection Class
ThreadArticleBeadCollection Members