[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Articles.ThreadArticleBeadCollection.Insert

Insert Method

Insert(int, ArticleBead)

Inserts an element into the collection at the specified index.

Declaration
public void Insert(int index, ArticleBead item)
Parameters
Type Name Description
int index

The zero-based index at which item should be inserted.

ArticleBead item

The object to insert.

Implements