[]
Gets the collection of all drawing objects (derived from ShapeBase) included in this range. Drawing objects include Picture, Shape, and unknow shape types.
public ContentObjectCollection<ShapeBase> GetDrawings()
Public Function GetDrawings() As ContentObjectCollection(Of ShapeBase)
Type | Description |
---|---|
ContentObjectCollection<ShapeBase> | The collection of all drawing objects in this range. |