Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / PictureBulletCollection Class / GetById Method
The PictureBullet id.

In This Topic
    GetById Method (PictureBulletCollection)
    In This Topic
    Gets a PictureBullet by its id.
    Syntax
    'Declaration
     
    Public Function GetById( _
       ByVal id As System.Integer _
    ) As PictureBullet
    public PictureBullet GetById( 
       System.int id
    )

    Parameters

    id
    The PictureBullet id.

    Return Value

    The PictureBullet with the specified id.
    See Also