TransactionsEnumerator.Item Property
Parent Object: TransactionsEnumeratorDescription
Allows integer-indexed access to items in the collection.
Syntax
TransactionsEnumerator.Item( Index As Long ) As TransactionProperty Value
This is a read only property whose value is a Transaction.Parameters
Name | Type | Description |
Index | Long | Value that specifies the index of the Transaction to return. |