[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Drawing.IGraphicObjects.Item

this Property

this[int]

Indicates the GrapeCity.Spreadsheet.Drawing.GraphicObject at the specified indexed location in the collection.

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

The index of the graphic object to retrieve from the graphic object collection.

Property Value
Type Description
GraphicObject

The GrapeCity.Spreadsheet.Drawing.GraphicObject located at the specified index location within the graphic object collection.