Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Articles Namespace / ThreadArticleBeadCollection Class / Add Method
The object to be added to the end of the collection.

In This Topic
    Add Method (ThreadArticleBeadCollection)
    In This Topic
    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