Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Articles Namespace / ThreadArticleBeadCollection Class / Insert Method
The zero-based index at which item should be inserted.
The object to insert.

In This Topic
    Insert Method (ThreadArticleBeadCollection)
    In This Topic
    Inserts an element into the collection at the specified index.
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As System.Integer, _
       ByVal item As ArticleBead _
    ) 
    public void Insert( 
       System.int index,
       ArticleBead item
    )

    Parameters

    index
    The zero-based index at which item should be inserted.
    item
    The object to insert.
    See Also