CQG API 4.0 - Revised
ItemByIndex Property
See Also  Send Feedback
index_
Zero-based index of item in the collection
CQGTransactions Collection : ItemByIndex Property

Glossary Item Box

Description

Returns the transaction by its sequential index.

Property type

Read-only property

Syntax

Visual Basic
Public Property ItemByIndex( _
   ByVal index_ As Long _
) As CQGTransaction

Parameters

index_
Zero-based index of item in the collection

Return Type

Transaction object, represented as CQGTransaction.

If the accessed item does not exist, see Accessing non-existent collection items to learn more about the return type.

Remarks

A collection exception will be thrown if index is out of range.

See Also