Description
Returns
the specified item in the Links collection.
Syntaxe
Perl
$links->Item(itemNum);
- Identificateur
- 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.
- Valeur renvoyée
- The Link object at the specified location in the collection.