Overview of 2D Property Pages > Accessing the Property Pages > Collection Items in Code |
Many of the code examples illustrated in the Property Page documentation include collection element variables represented by Item. For example:
Chart2D.ChartArea.Axes.Item(ii).AnnotationMethod
In code, (ii) should be replaced by a specific collection element.
For more information, see Using Collections with Objects and Accessing Each of the Elements of a Collection.