Shapes.Range Method
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Function Range ( _
Index As Object _
) As ShapeRange
'Usage
Dim instance As Shapes
Dim Index As Object
Dim returnValue As ShapeRange
returnValue = instance.Range(Index)
ShapeRange Range(
Object Index
)
Parameters
- Index
Type: System.Object
Return Value
Type: Microsoft.Office.Core.ShapeRange