'Declaration
Function GetShapeRange( _ ByVal shapes() As IShape _ ) As IShapeRange
'Usage
Dim instance As IShapes Dim shapes() As IShape Dim value As IShapeRange value = instance.GetShapeRange(shapes)
IShapeRange GetShapeRange( IShape[] shapes )
Parameters
- shapes
- Specifies the array of shapes which will be represented by the IShapeRange.
Return Value
A new instance of IShapeRange which represents the specified array of shapes.