Selection.ShapeRange Property

Definition

Returns a ShapeRange collection that represents all the Shape objects in the specified range or selection.

public:
 property Microsoft::Office::Interop::Word::ShapeRange ^ ShapeRange { Microsoft::Office::Interop::Word::ShapeRange ^ get(); };
public Microsoft.Office.Interop.Word.ShapeRange ShapeRange { get; }
member this.ShapeRange : Microsoft.Office.Interop.Word.ShapeRange
Public ReadOnly Property ShapeRange As ShapeRange

Property Value

Remarks

The shape range can contain drawings, shapes, pictures, OLE objects, ActiveX controls, text objects, and callouts.

Applies to