ClientFeatureElements.Item Property
Parent Object: ClientFeatureElementsDescription
Method that returns the specified ClientFeatureElement object from the collection. This is the default method of the ClientFeatureElement collection object.
Syntax
ClientFeatureElements.Item( Index As Long ) As ClientFeatureElementProperty Value
This is a read only property whose value is a ClientFeatureElement.Parameters
Name | Type | Description |
Index | Long | Input Long value that specifies the index of the ClientFeatureElement to return. |