[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Drawing.IShapeRange.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.

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.

Property Value
Type Description
IShape

The IShape object with the specified name.