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

service DataPilotSourceLevel
Description
represents a level in a data pilot source hierarchy.
See also
::com::sun::star::sheet::DataPilotSourceHierarchy, ::com::sun::star::sheet::DataPilotSource
Developers Guide
Exported Interfaces
::com::sun::star::container::XNamed
Description
provides access to the name of the level, i.e. used in collections.
::com::sun::star::sheet::XMembersSupplier
Description
provides access to the collection of members of this level.
::com::sun::star::sheet::XDataPilotMemberResults
Description
provides access to a sequence of results of this level.
::com::sun::star::beans::XPropertySet
Description
provides access to the properties.
Properties' Summary
sequence< ::com::sun::star::sheet::GeneralFunction >
SubTotals
specifies the subtotals that are inserted for the level.  
boolean
ShowEmpty
specifies whether empty members are shown.  
Properties' Details
SubTotals
sequence< ::com::sun::star::sheet::GeneralFunction > SubTotals;
Description
specifies the subtotals that are inserted for the level.

The subtotals are calculated with the members of this level.

ShowEmpty
boolean ShowEmpty;
Description
specifies whether empty members are shown.

 
Top of Page