Use this property to look up information for a certain plugin in the collection given an Index.
Property Item( Index) As PluginInfo
Use to specify plugin. String: Lookup on ProgId, Integer: Lookup on Object Type, Long: Lookup on Ordinal position in collection.
The Item property can be used, in conjunction with the Count property, to enumerate through all the items in the collection.
Note: The collection is indexed from one. That is, the index of the first item in the collection is one, and not zero.
This is the Plugins collection's default property. For tips on how to use default properties to reduce the amount of code you need to write, see Using default properties.
Crystal Decisions, Inc. http://www.crystaldecisions.com Support services: http://support.crystaldecisions.com |