OLEObject.ShapeRange Property (2003 System)

Gets a ShapeRange that represents the specified OLEObject.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)

Syntax

'Declaration
Public ReadOnly Property ShapeRange As ShapeRange
'Usage
Dim instance As OLEObject
Dim value As ShapeRange

value = instance.ShapeRange
public ShapeRange ShapeRange { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.ShapeRange
A ShapeRange that represents the specified OLEObject.

Permissions

See Also

Reference

OLEObject Class

OLEObject Members

Microsoft.Office.Tools.Excel Namespace