Description Retrieve the value of an item
Property type
A Variant value.
Syntax
object.Item(sKey) [= value]
The Item Property syntax has these parts:
|
object | An expression evaluating to an object of type CommandList. | sKey | Required. A String value. | value | A Variant value. |
|