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