Returns the Resource view with the given index.

Syntax:

Item( Index As Variant ) As ResourceView
Return: ResourceView
Parameters: Index The index number of the collection element. The index must be a numerical expression (a number from 1 to the value of the "Count" property).
Example:
Dim ResViews As ResourceViews
Dim ResView As ResourceView

Set ResViews = Application.ActiveProject.ProjectDocument.ResourceViews
Set ResView = ResViews.Item(1)

See also:

Class ResourceViews


Last Updated: 04/27/05