property Series.Item (ID as Variant)
as Serie
Returns a specific Serie of the Series collection, giving its identifier.
| | Type | Description | |
| |
ID as Variant |
A Variant expression that can be any of the following:
-
A long expression that specifies the index of the serie (Index
property)
- A string expression that defines the key of the serie (Key
property)
| |
| |
Serie |
A Serie object being requested
| |