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

interface XHierarchiesSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XHierarchiesSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
provides access to the collection of hierarchies of a data pilot source dimension.
See also
DataPilotSourceDimension
See also
DataPilotSource

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

Description
returns the collection of hierarchies.
See also
DataPilotSourceHierarchies
Top of Page