Item Method ()
The Item method returns a specific object in a collection.
Syntax
collection .Item(Key)
Applies To
CalculationDefinitions Collection
Discussion
A COM exception is thrown in error situations. The message that is passed with the exception varies depending on the error situation.
Parameter |
Description |
---|---|
Key |
Required. Specifies a numeric index position starting at 1 or a string naming the object to retrieve. A string naming the object to retrieve does not work for associations. Type: Variant |
Return Type
Object