Xceed Zip Compression Library Documentation
Item property (Xceed Zip Items object)
Xceed Zip control reference > Collection objects > XceedZipItems object > Item property (Xceed Zip Items object)

Description

This property allows you to obtain an XceedZipItem object from an XceedZipItems collection by specifying an index number. The returned object is a COM interface pointer.

The index number can vary from (0) to (Count property's value - 1).

Declaration (DLL API)  

[propget] HRESULT Item( [in] VARIANT* vaIndex,

[out, retval] IXceedFtpFolderItem** pVal);