Share

CustomParameterGroup.Item Property

Parent Object: CustomParameterGroup

Description

Returns the specified Parameter object.

Syntax

CustomParameterGroup.Item( Index As Long ) As Parameter

Property 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.

Version

Introduced in version 10

Was this information helpful?