CustomParameterGroup.Item Property
Parent Object: CustomParameterGroupDescription
Returns the specified Parameter object.
Syntax
CustomParameterGroup.Item( Index As Long ) As ParameterProperty Value
This is a read only property whose value is a Parameter.Parameters
Name | Type | Description |
Index | Long | Input Long value that indicates the index of the Parameter to return. If an out of range index is provided, an error will occur. |