RC-WinTrans Object Model Help |
ResourceViews.Item |
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: