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

service DataPilotDescriptor
Description
represents the description of the layout of a data pilot table.
See also
DataPilotTable
Developers Guide
9.3.7 Spreadsheet Documents - Working with Spreadsheet Documents - DataPilot - DataPilot Tables - Creating a New DataPilot Table

Exported Interfaces
XDataPilotDescriptor
Description
provides access to the layout settings of the data pilot table.
::com::sun::star::beans::XPropertySet
Usage Restrictions
optional
Description
provides access to the layout settings of the data pilot table.
Properties' Summary
boolean
IgnoreEmptyRows
[ OPTIONAL ]
specifies the orientation of the field.  
boolean
RepeatIfEmpty
[ OPTIONAL ]
specifies the orientation of the field.  
boolean
ColumnGrand
[ OPTIONAL ]
specifies the orientation of the field.  
boolean
RowGrand
[ OPTIONAL ]
specifies the orientation of the field.  
boolean
ShowFilterButton
[ OPTIONAL ]
specifies whether the filter button is shown.  
boolean
DrillDownOnDoubleClick
[ OPTIONAL ]
specifies whether to drill down to details or go into edit mode.  
Properties' Details
IgnoreEmptyRows
boolean IgnoreEmptyRows;
Usage Restrictions
optional
Description
specifies the orientation of the field.
RepeatIfEmpty
boolean RepeatIfEmpty;
Usage Restrictions
optional
Description
specifies the orientation of the field.
ColumnGrand
boolean ColumnGrand;
Usage Restrictions
optional
Description
specifies the orientation of the field.
RowGrand
boolean RowGrand;
Usage Restrictions
optional
Description
specifies the orientation of the field.
ShowFilterButton
boolean ShowFilterButton;
Usage Restrictions
optional
Description
specifies whether the filter button is shown.
DrillDownOnDoubleClick
boolean DrillDownOnDoubleClick;
Usage Restrictions
optional
Description
specifies whether to drill down to details or go into edit mode.

 
Top of Page