interface XLevelsSupplier in module com::sun::star::sheet::

(Global Index)

Syntax

interface XLevelsSupplier : com::sun::star::uno::XInterface ;

Description

gives access to levels.

Method Summary

getLevels returns the levels.

Known Services Which Export this Interface

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

Method Details



getLevels

Syntax

com::sun::star::container::XNameAccess getLevels ();

Description

returns the levels.

Top of Page