Share

ViewFramesEnumerator.Item Property

Parent Object: ViewFramesEnumerator

Description

Allows integer-indexed access to items in the collection.

Syntax

ViewFramesEnumerator.Item( Index As Long ) As ViewFrame

Property Value

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

Parameters

Name Type Description
Index Long Input Long value that specifies the index of the item to retrun.

Version

Introduced in version 2021

Was this information helpful?