Returns the selected instrument from the collection.
This is the default property.
Read-only property
Visual Basic |
---|
Public Property Item( _ ByVal index_ As Variant _ ) As CQGInstrument |
- index_
- Zero-based index of item in the collection
The corresponding collection item represented as CQGInstrument Object.
If the accessed item does not exist, see Accessing non-existent collection items to learn more about the return type.
For the usage of the Instruments collection, see the example section of the CQGCEL Instruments Property.