Spread Windows Forms 15.0
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
    IShapeRange ShapeRange {get;}

    Property Value

    The collection of IShape objects.
    See Also