Returns the corresponding account by its sequential index.
Read-only property
Visual Basic |
---|
Public Property ItemByIndex( _ ByVal index_ As Long _ ) As CQGAccount |
- index_
- Zero-based index of item in the collection
Account object, represented as CQGAccount
If no CQGAccount object exists with the specified identifier, depending on the CQGAPIConfig settings; it either returns "Nothing" if no such item is present in the collection, or throws an exception.
See the usage of CQGAccounts' properties in the AccountChanged event's example section.