[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IGroupShapes.Item

this Property

this[int]

从集合中返回单个对象。

Declaration
IShape this[int index] { get; }
Parameters
Type Name Description
int index

对象的索引编号。

this[string]

从集合中返回单个对象。

Declaration
IShape this[string name] { get; }
Parameters
Type Name Description
string name

对象的名称。

Property Value
Type Description
IShape

指定索引处的对象。