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

service DataPilotSource
Description
represents a data pilot source.

A component that implements this service can be used as data source for a data pilot table in a spreadsheet document.

Developers Guide
9.3.7 Spreadsheet Documents - Working with Spreadsheet Documents - DataPilot - DataPilot Sources - Source Object

Exported Interfaces
XDimensionsSupplier
Description
provides access to the collection of the dimensions of the data pilot source.
XDataPilotResults
Description
gives access to the results of the data pilot table.
::com::sun::star::util::XRefreshable
Description
provides methods to refresh the data pilot table, that means to read the data again from the data pilot source.
::com::sun::star::beans::XPropertySet
Description
provides access to the properties.
Properties' Summary
boolean
ColumnGrand
specifies if grand totals for the columns are inserted.  
boolean
RowGrand
specifies if grand totals for the rows are inserted.  
Properties' Details
ColumnGrand
boolean ColumnGrand;
Description
specifies if grand totals for the columns are inserted.
RowGrand
boolean RowGrand;
Description
specifies if grand totals for the rows are inserted.

 
Top of Page