Description
Returns one of the views contained in an McViews object.
-
Property type
-
An Object object.
-
Syntax
-
object.Item(Index)
The Item Property syntax has these parts: |
| object | An expression evaluating to an object of type McViews. | | Index | Required. A Long value. Index of the view.
| Remarks
Views contained in McViews are numbered from 0 to Count. Each view object implements IMcBasicView as well as IDispatch which is returned by Item.
|