Range.ShapeRange Property
Returns a ShapeRange collection that represents all the Shape objects in the specified range.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property ShapeRange As ShapeRange
Get
'Usage
Dim instance As Range
Dim value As ShapeRange
value = instance.ShapeRange
ShapeRange ShapeRange { get; }
Property Value
Type: Microsoft.Office.Interop.Word.ShapeRange
Remarks
The shape range can contain drawings, shapes, pictures, OLE objects, ActiveX controls, text objects, and callouts.