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

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

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

Description
returns the collection of levels.
See also
::com::sun::star::sheet::DataPilotSourceLevels
Top of Page