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

service DataPilotField
Description
represents a single field in a data pilot table.

If the data pilot table is based on a spreadsheet cell range, a field is representred by a column of the range and is named using the topmost cell of the column.

Developers Guide
8.3.7 Spreadsheet Documents - Working with Spreadsheet Documents - DataPilot - DataPilot Tables - Creating a New DataPilot Table

Exported Interfaces
::com::sun::star::container::XNamed
Description
provides access to the name of the data pilot field.
::com::sun::star::beans::XPropertySet
Description
provides access to the properties.
Properties' Summary
Orientation specifies the orientation of the field.
Function specifies the function used to calculate results for this field.
Properties' Details
Orientation
DataPilotFieldOrientation Orientation;
Description
specifies the orientation of the field.
Function
GeneralFunction Function;
Description
specifies the function used to calculate results for this field.

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


 
Top of Page