Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Articles Namespace / ThreadArticleBeadCollection Class / Item Property
The zero-based index of the element to get or set.

In This Topic
    Item Property (ThreadArticleBeadCollection)
    In This Topic
    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