Item method (EventItems object)
Returns the EventItem object specified by the Index parameter.
Syntax
Set oEventItem =
object
.Item
(Index)where
oEventItem—is the name of a EventItem object variable.
object
—is the name of a EventItems object or an expression that evaluates to a EventItems object.Index—is a Long integer that specifies the EventItem object to be returned. The value of Index can be between 1 and Count, inclusive.
Provide Feedback