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

interface XMembersSupplier
Description
provides access to the collection of members of a data pilot source level.
See also
DataPilotSourceLevel, 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