'DeclarationFunction GetShapeRange( _ ByVal shapes() As IShape _ ) As IShapeRange
'UsageDim 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.