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

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

service DataPilotField

Description
a single field in a DataPilotDescriptor.


Exported Interfaces

com::sun::star::container::XNamed
Description
specifies the name of the object.
com::sun::star::beans::XPropertySet
Description
provides information about and access to the properties from an implementation.

Properties' Summary

Orientation this attribute specifies the orientation of the field.
Function this attribute specifies the function of the field.

Properties' Details

Orientation
 
com::sun::star::sheet::DataPilotFieldOrientation Orientation;
Description
this attribute specifies the orientation of the field.
Function
 
com::sun::star::sheet::GeneralFunction Function;
Description
this attribute specifies the function of the field.

For column and row fields, this is the function for subtotals ( GeneralFunction::NONE = no subtotals). For data fields, this is the function shown in the data pilot table.


Top of Page