Share

PresentationScenes.Item Property

Parent Object: PresentationScenes

Description

Allows integer-indexed access to items in the collection.

Syntax

PresentationScenes.Item( Index As Variant ) As PresentationScene

Property Value

This is a read only property whose value is a PresentationScene.

Parameters

Name Type Description
Index Variant Specifies the index of the object to return. This can be either a numeric value indicating the index of the item in the collection or it can be a string indicating the PresentationScene name. If an out of range index or an name of a non-existent PresentationScene is provided, an error will occur .

Version

Introduced in version 2018

Was this information helpful?