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

interface XLevelsSupplier
Description
provides access to the collection of levels of a data pilot source hierarchy.
See also
DataPilotSourceHierarchy, 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
DataPilotSourceLevels
Top of Page