[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IBackgroundPictures.Item

this Property

this[int]

Returns a single object from a collection.

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

Required int. The index number for the object.

this[string]

Returns a single object from a collection.

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

Required string. The name for the object.