TrkItemTypeGroups.Item (method)

method Item
Syntax: TrkItemTypeGroup = object.Item ( Index )
Parameters:
Index As VARIANT -
Index is the element key value in the collection. The data type for the Index argument can be any of the following: string, long, integer, unsigned integer, and unsigned long as a Variant value. The valid numeric index ranges from 1 to the total number of TrkItemTypeGroup objects in the collection.
Description:
If the Index is a string, it returns the TrkItemTypeGroup object with the specified name. If no such object exists in the collection, the method returns Nothing.

If the Index is a number, the method returns the TrkItemTypeGroup object from the given position in the collection. If the Index argument is greater than the number of items in the collection, or the collection is empty it returns Nothing.