ModelAnnotationsEnumerator.Item Property
Parent Object: ModelAnnotationsEnumeratorDescription
Method that returns the specified ModelAnnotation object from the collection.
Syntax
ModelAnnotationsEnumerator.Item( Index As Variant ) As ModelAnnotationProperty Value
This is a read only property whose value is a ModelAnnotation.Parameters
Name | Type | Description |
Index | Variant | Input value that specifies the index of the object to return. The first item in the collection has an index of 1. |