[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Drawing.IPictures.Item

this Property

this[int]

Gets the IPicture object at the specified index.

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

The index of the shape.

Property Value
Type Description
IPicture

The IPicture object at the specified index.

this[string]

Gets the IPicture object with the specified name.

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

The name of the picture.

Property Value
Type Description
IPicture

The IPicture object with the specified name.