Item Method (Multiple Collections)

Applies To

ColorSchemes collection object, DocumentWindows collection object, Placeholders collection object, PrintRanges collection object, RulerLevels collection object, SlideShowWindows collection object, TabStops collection object.

Description

Returns a single member of a collection.

Syntax

expression.Item(Index)

expression Required. An expression that returns a ColorSchemes, DocumentWindows, Placeholders, PrintRanges, RulerLevels, SlideShowWindows, or TabStops collection.

Index Required Long. The index number of the member in the collection to be returned.

Example

See the Item method (ActionSettings collection) example.