[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IGroupShapes.Item

this Property

this[int]

Returns a single object from a collection.

Declaration
IShape this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As IShape
Parameters
Type Name Description
int index

The index number for the object.

Property Value
Type Description
IShape

The object at the specified index.

this[string]

Returns a single object from a collection.

Declaration
IShape this[string name] { get; }
ReadOnly Default Property Item(name As String) As IShape
Parameters
Type Name Description
string name

The name for the object.