:: org :: openoffice :: vba ::

interface XCollection

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