Item
Description
Returns the specified item in the Links collection.
Syntax
Perl
$links->Item(itemNum);
- Identifier
- Description
- links
- A Links collection object.
- itemNum
- A Long that serves as an index into the collection. This index is 0-based so the first item in the collection is numbered 0, not 1.
- Return value
- The Link object at the specified location in the collection.