:: org :: openoffice :: vba ::

interface XCollection
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XCollection
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces

Methods' Summary
Item  
Methods' Details
Item
any
Item( [in] any  Index );

Attributes' Summary
Count  
Parent  
Creator  
Application  
Attributes' Details
Count
[ readonly ] long Count;
Parent
[ readonly ] any Parent;
Creator
[ readonly ] long Creator;
Application
[ readonly ] XApplication Application;
Top of Page