SequenceFiles.Item

Syntax

SequenceFiles.Item( fileIndex)

Data Type

SequenceFile

Purpose

Returns a reference to an item at the specified index in the collection.

Parameters

fileIndex As Variant

[In] Specifies the zero-based index of the item to retrieve. Use a non-negative number less than the value of the SequenceFiles.Count property. Alternatively, you can pass a string with the fully qualified path of the sequence file to retrieve from the collection.

See Also

SequenceFile

SequenceFiles.Count