[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.RangeBase.GetDrawings

GetDrawings Method

GetDrawings()

Gets the collection of all drawing objects (derived from ShapeBase) included in this range. Drawing objects include Picture, Shape, and unknow shape types.

Declaration
public ContentObjectCollection<ShapeBase> GetDrawings()
Public Function GetDrawings() As ContentObjectCollection(Of ShapeBase)
Returns
Type Description
ContentObjectCollection<ShapeBase>

The collection of all drawing objects in this range.