CustomParameterGroups.Item Property
Parent Object: CustomParameterGroupsDescription
Returns the specified CustomParameterGroup object from the collection.
Syntax
CustomParameterGroups.Item( Index As Variant ) As CustomParameterGroupProperty Value
This is a read only property whose value is a CustomParameterGroup.Parameters
Name | Type | Description |
Index | Variant | Input Variant that specifies the object within the collection to return. This can be either a Long to indicate the index of the item within the collection or a String indicating the name of the CustomParameterGroup. If the specified name does not exist, a failure occurs. |