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

interface XLevelsSupplier
Description
provides access to the collection of levels of a data pilot source hierarchy.
See also
::com::sun::star::sheet::DataPilotSourceHierarchy, ::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