[]
Returns a single object from a collection.
ITrendline this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As ITrendline
Type | Name | Description |
---|---|---|
int | index | The index number for the object. |
Type | Description |
---|---|
ITrendline | The object at the specified index. |