Xceed Zip for COM/ActiveX on x86/x64 Documentation
Xceed Zip control reference / Collection objects / XceedZipItems object / Item property (Xceed Zip Items object)
In This Topic
    Item property (Xceed Zip Items object)
    In This Topic

    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);