Returns the CQGPointAndFigureBar by its index.
This is the default property.
Read-only property
Visual Basic |
---|
Public Property Item( _ ByVal index_ As Long _ ) As CQGPointAndFigureBar |
- index_
- Zero-based index of item in the collection
The corresponding collection item, represented as CQGPointAndFigureBar object
A CQGPointAndFigureBar object will be created upon request and passed to the user without storing it.
Two sequential requests for the same record may return different objects.