Returns an indexed member of a collection.
Syntax
Sub Item (ByVal Index As Variant) As Object
This syntax has these parts:
Part | Description |
Index | Required Variant indicating by name or position an item in the collection. Tool windows in the Windows collection are indexed with constants representing the GUID string for each tool window. |
Object | This is the item returned. |