Returns the selected summary from the collection.
This is the default property.
Read-only property
Visual Basic |
---|
Public Property Item( _ ByVal index_ As Variant _ ) As CQGAccountSummary |
- index_
- Zero-based index of item in the collection
If the summary exists in the collection, returns the selected summary represented as CQGAccountSummary object.
If the accessed item does not exist, see Accessing non-existent collection items to learn more about the return type.
See the usage of CQGAccountSummeries' properties in the AccountChanged event's example section.