Item Property (fpDataObjectFiles)
Applies To
fpDataObjectFiles class
Description
Returns the file name at the specified index from the fpDataObjectFiles collection.
Syntax
Visual Basic
fpDataObjectFiles.Item(Index As Long) As String
Remarks
Use the Item property to return a specific file name from the collection.
The Index parameter is zero-based. Valid values are from 0 to (Count property value –1).
See Also
Count property