Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / RangeBase Class / GetDrawings Method

In This Topic
    GetDrawings Method
    In This Topic
    Gets the collection of all drawing objects (derived from ShapeBase) included in this range. Drawing objects include Picture, Shape, and unknow shape types.
    Syntax
    'Declaration
     
    Public Function GetDrawings() As ContentObjectCollection(Of ShapeBase)
    public ContentObjectCollection<ShapeBase> GetDrawings()

    Return Value

    The collection of all drawing objects in this range.
    See Also