PresentationComponentsEnumerator.Item Property
Parent Object: PresentationComponentsEnumeratorDescription
Allows integer-indexed access to items in the collection.
Syntax
PresentationComponentsEnumerator.Item( Index As Long ) As PresentationComponentProperty Value
This is a read only property whose value is a PresentationComponent.Parameters
Name | Type | Description |
Index | Long | Input Long to specify the index of the object to return. If an out of range index is provided, an error will occur. |