| Required. A Variant value. Either a name string, an McGraphOverlay object instance or an index number.
If a name string, then the collection is searched for an McGraphOverlay with an identical Name property (the comparison is case insensitive); should no such name be found, a NULL object is returned.
If an McGraphOverlay object instance, then the collection is searched for that McGraphOverlay instance; should no such instance be found, a NULL object is returned. This allows you to check to see if some McGraphOverlay object instance is already part of the collection.
If an index number, then that McGraphOverlay instance is returned. The index number must be from zero to Count-1.
|