Expand Minimize
This topic has not yet been rated - Rate this topic

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)

'Usage
Dim range1 As Range

Dim returnValue As ShapeRange
returnValue = range1.ShapeRange

ShapeRange ShapeRange {get;}
public ShapeRange get_ShapeRange();
function get ShapeRange() : ShapeRange;

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


Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.