[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Articles.ThreadArticleBeadCollection.Add

Add Method

Add(ArticleBead)

Adds an object to the end of the collection.

Declaration
public void Add(ArticleBead item)
Public Sub Add(item As ArticleBead)
Parameters
Type Name Description
ArticleBead item

The object to be added to the end of the collection.

Implements