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

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.
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

Reference

ThreadArticleBeadCollection Class
ThreadArticleBeadCollection Members