Documents for PDF, .NET Edition Documentation
Item Property (ThreadArticleBeadCollection)

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.Articles Namespace > ThreadArticleBeadCollection Class : Item Property
The zero-based index of the element to get or set.
Gets or sets the element at a specified index.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As System.Integer _
) As ArticleBead
public ArticleBead this[ 
   System.int index
]; {get; set;}

Parameters

index
The zero-based index of the element to get or set.

Property Value

The element at the specified index.
See Also

Reference

ThreadArticleBeadCollection Class
ThreadArticleBeadCollection Members