Previous Topic: MethodsNext Topic: Window Object


Item

Gets a specified View from the collection.

Syntax

object.Item [index]

-or-

object index

Parameters

object

An expression that evaluates to a Views object.

Index

A Variant that is a Long or String representing a View.

If you specifiy a Long, the Item method fetches the object by its one-based index in the collection.

If you specify a String, it must be the View's name.

Not Yet Implemented.