service DataPilotField in module com::sun::star::sheet::

(Global Index)

Syntax

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.


Property Summary

Orientation this attribute specifies the orientation of the field.

Function this attribute specifies the function of the field.

Property Details



Orientation

Syntax

com::sun::star::sheet::DataPilotFieldOrientation Orientation;

Description

this attribute specifies the orientation of the field.


Function

Syntax

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