Item

Description

Returns the specified item in the FieldInfos collection.

Syntaxe

Perl

$fieldinfos->Item(itemNum); 
Identificateur
Description
fieldinfos
A FieldInfos collection object, representing the set of FieldInfos in one field of a record.
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 FieldInfo object at the specified location in the collection.

Feedback