[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IPoints.Item

this Property

this[int]

Returns a single object from a collection.

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

The index number for the object.

Property Value
Type Description
IPoint

The IPoint object.