:: ooo :: vba ::

interface XCollection
Base Interfaces
XCollectionXHelperInterface
┃ ┗ ::com::sun::star::lang::XServiceInfo
┣ ::com::sun::star::script::XDefaultMethod
┗ ::com::sun::star::container::XEnumerationAccess
   ┗ ::com::sun::star::container::XElementAccess

XHelperInterface
::com::sun::star::script::XDefaultMethod
(referenced interface's summary:)
An object supporting this interface indicates to interested parties or clients the name of the default method for this object.
::com::sun::star::container::XEnumerationAccess
(referenced interface's summary:)
used to enumerate objects in a container which contains objects.

Methods' Summary
Item  
Attributes' Summary
Count  
Methods' Details
Item
any
Item( [in] any  Index1,
[in] any  Index2 );

Attributes' Details
Count
[ readonly ] long Count;
Top of Page