[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IShapes.Item

this Property

this[int]

Returns a single object from a collection.

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

Required int. The index number for the object.

this[string]

Returns a single object from a collection.

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

Required string. The name for the object.