Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IGroupShape Interface / ShapeRange Property


In This Topic
ShapeRange Property
In This Topic
Gets the collection of IShape objects in the group shape.
Syntax
'Declaration
 
ReadOnly Property ShapeRange As IShapeRange
 
'Usage
 
Dim instance As IGroupShape
Dim value As IShapeRange
 
value = instance.ShapeRange

Property Value

The collection of IShape objects.
See Also