DataLabels.Item Method
Excel Developer Reference |
Returns a single object from a collection.
Syntax
expression.Item(Index)
expression A variable that represents a DataLabels object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Index | Required | Variant | The index number for the object. |
Return Value
A DataLabel object contained by the collection.
Example
This example sets the number format for the fifth data label in series one in embedded chart one on worksheet one.
Visual Basic for Applications |
---|
|
See Also