Item [Levels]

Item returns an individual level. Returns a Level object. This is the default method for the Levels collection.

Syntax

object.Item( Index )

Parameter

Type

Required/

Optional

Default

Description

Index

Integer

Required

This provides the index value.

Example

This example demonstrates how to return a reference to the second item of the levels collection.

Dim Level As Object

Set Level = Levels.Item(Index:=2)

Used by: Levels collection