Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / RangeBase Class / Pictures Property

In This Topic
    Pictures Property (RangeBase)
    In This Topic
    Gets the collection of pictures included in this range.
    Syntax
    'Declaration
     
    Public ReadOnly Property Pictures As PictureCollection
    public PictureCollection Pictures {get;}
    See Also