[]
Indicates the GrapeCity.Spreadsheet.Drawing.GraphicObject at the specified indexed location in the collection.
GraphicObject this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As GraphicObject
Type | Name | Description |
---|---|---|
int | index | The index of the graphic object to retrieve from the graphic object collection. |
Type | Description |
---|---|
GraphicObject | The GrapeCity.Spreadsheet.Drawing.GraphicObject located at the specified index location within the graphic object collection. |