SpreadsheetGear 2017
GetShapeRange Method (IShapes)






SpreadsheetGear.Shapes Namespace > IShapes Interface : GetShapeRange Method
Specifies the array of shapes which will be represented by the IShapeRange.
Returns a new instance of IShapeRange which represents the specified array of shapes.
Syntax
'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
)
function GetShapeRange( 
    shapes: IShapearray of
): IShapeRange; 
function GetShapeRange( 
   shapes : IShape[]
) : IShapeRange;
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IShapes Interface
IShapes Members