Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / PictureBulletCollection Class / Item Property
The index in the collection.

In This Topic
    Item Property (PictureBulletCollection)
    In This Topic
    Gets a PictureBullet by its index in the collection.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal index As System.Integer _
    ) As PictureBullet
    public PictureBullet this[ 
       System.int index
    ]; {get;}

    Parameters

    index
    The index in the collection.

    Property Value

    The PictureBullet with the specified index.
    See Also