Methods
- Func Item( iIndex) As
-
Returns a draft domain using its index or its name from the
DraftDomains collection.
- Parameters:
-
- iIndex
- The index or the name of the draft domain to retrieve from the collection of draft domains. As a numerics, this index is the rank of the draft domain in the collection. The index of the first draft domain in the collection is 1, and the index of the last draft domain is Count. As a string, it is the name you assigned to the draft domain using the property. dd>
- Returns:
- The retrieved draft domain
- Example:
- The following example returns in domain the third
draft domain of the firstDraftDomains collection:
Set domain = firstDraftDomains.Item(3)