ViewFramesEnumerator.Item Property
Parent Object: ViewFramesEnumeratorDescription
Allows integer-indexed access to items in the collection.
Syntax
ViewFramesEnumerator.Item( Index As Long ) As ViewFrameProperty Value
This is a read only property whose value is a ViewFrame.Parameters
Name | Type | Description |
Index | Long | Input Long value that specifies the index of the item to retrun. |