Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

service DataPilotSourceLevel

Description
a level in a data pilot source.


Exported Interfaces

com::sun::star::container::XNamed
Description
specifies the name of the object.
com::sun::star::sheet::XMembersSupplier
Description
gives access to members.
com::sun::star::sheet::XDataPilotMemberResults
Description
gives access to member results.
com::sun::star::beans::XPropertySet
Description
provides information about and access to the properties from an implementation.

Properties' Summary

SubTotals specifies the subtotals that are inserted for the level.
ShowEmpty specifies if empty members are shown.

Properties' Details

SubTotals
 
sequence< com::sun::star::sheet::GeneralFunction > SubTotals;
Description
specifies the subtotals that are inserted for the level.
ShowEmpty
 
boolean ShowEmpty;
Description
specifies if empty members are shown.

Top of Page