Range.ShapeRange Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a ShapeRange collection that represents all the Shape objects in the specified range.
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.