Properties' Details |
Orientation
|
Function
::com::sun::star::sheet::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.
|
|
SelectedPage
string SelectedPage;
- Usage Restrictions
- optional
- Description
- specifies the selected page which is used to filter the data pilot.
|
|
UseSelectedPage
boolean UseSelectedPage;
- Usage Restrictions
- optional
- Description
- specifies whether to use the selected page to filter the data pilot or
show all.
|
|
UsedHierarchy
string UsedHierarchy;
- Usage Restrictions
- optional
- Description
- specifies which hierarchy of the dimension is used.
- See also
- ::com::sun::star::sheet::DataPilotSourceHierarchies
|
|
HasSortInfo
boolean HasSortInfo;
- Usage Restrictions
- optional
- Description
- specifies whether this field has sorting information.
|
|
SortInfo
::com::sun::star::sheet::DataPilotFieldSortInfo SortInfo;
- Usage Restrictions
- optional
- Description
- controls how the field's items are sorted.
|
|
HasLayoutInfo
boolean HasLayoutInfo;
- Usage Restrictions
- optional
- Description
- specifies whether this field has layout information.
|
|
LayoutInfo
::com::sun::star::sheet::DataPilotFieldLayoutInfo LayoutInfo;
- Usage Restrictions
- optional
- Description
- controls how the field's items are laid out in the result table.
|
|
HasAutoShowInfo
boolean HasAutoShowInfo;
- Usage Restrictions
- optional
- Description
- specifies whether this field has auto show information.
|
|
AutoShowInfo
::com::sun::star::sheet::DataPilotFieldAutoShowInfo AutoShowInfo;
- Usage Restrictions
- optional
- Description
- enables the automatic inclusion of only a number of items with
the highest or lowest result values.
|
|
HasReference
boolean HasReference;
- Usage Restrictions
- optional
- Description
- specifies whether this field has a reference.
|
|
Reference
::com::sun::star::sheet::DataPilotFieldReference Reference;
- Usage Restrictions
- optional
- Description
- controls how the results are shown in relation to a selected
reference result.
|
|
IsGroupField
boolean IsGroupField;
- Usage Restrictions
- optional
- Description
- specifies whether this field is a group field.
|
|
GroupInfo
::com::sun::star::sheet::DataPilotFieldGroupInfo GroupInfo;
- Usage Restrictions
- optional
- Description
- contains the grouping information of the Field
|
|
ShowEmpty
boolean ShowEmpty;
- Usage Restrictions
- optional
- Description
- specifies whether to show this field also if it is empty or not.
|
|
Copyright © 2003 Sun Microsystems, Inc.