title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Points.Item method (Excel) |
vbaxl10.chm574075 |
|
|
1e588b64-3676-63ab-5136-eec028a82a4e |
05/09/2019 |
medium |
Returns a single object from a collection.
expression.Item (Index)
expression A variable that represents a Points object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
Index | Required | Long | The index number for the object. |
A Point object contained by the collection.
This example sets the marker style for the third point in series one in embedded chart one on worksheet one. The specified series must be a 2D line, scatter, or radar series.
Worksheets(1).ChartObjects(1).Chart. _
SeriesCollection(1).Points.Item(3).MarkerStyle = xlDiamond
[!includeSupport and feedback]