[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Drawing.IShapes.Item

this Property

this[int]

Gets the IShape object at the specified index.

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

The index of the shape.

Property Value
Type Description
IShape

The IShape object at the specified index.

this[string]

Gets the IShape object with the specified name.

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

The name of the shape.

Property Value
Type Description
IShape

The IShape object with the specified name.