:: com :: sun :: star :: sheet ::

interface XMembersSupplier
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XMembersSupplier
Description
provides access to the collection of members of a data pilot source level.
See also
DataPilotSourceLevel
See also
DataPilotSource

Methods' Summary
getMembers returns the collection of members.
Methods' Details
getMembers
::com::sun::star::container::XNameAccess
getMembers();
 
 

Description
returns the collection of members.
See also
DataPilotSourceMembers
Top of Page