[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.PictureBulletCollection.Item

this Property

this[int]

Gets a PictureBullet by its index in the collection.

Declaration
public PictureBullet this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As PictureBullet
Parameters
Type Name Description
int index

The index in the collection.

Property Value
Type Description
PictureBullet

The PictureBullet with the specified index.

Implements