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

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