BalloonValueSets.Item Property
Parent Object: BalloonValueSetsDescription
Returns the specified object from the collection.
Syntax
BalloonValueSets.Item( Index As Long ) As BalloonValueSetProperty Value
This is a read only property whose value is a BalloonValueSet.Parameters
Name | Type | Description |
Index | Long | Input Long value that specifies the index number of the BalloonValueSet to return. If an out of range index is provided, an error will occur. |