ViewTabGroupsEnumerator.Item Property
Parent Object: ViewTabGroupsEnumeratorDescription
Allows integer-indexed access to items in the collection.
Syntax
ViewTabGroupsEnumerator.Item( Index As Long ) As ViewTabGroupProperty Value
This is a read only property whose value is a ViewTabGroup.Parameters
Name | Type | Description |
Index | Long | Input Long value that specifies the ViewTabGroup to return. |