Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

service DataPilotSource

Description
a data pilot source.


Exported Interfaces

com::sun::star::sheet::XDimensionsSupplier
Description
gives access to dimensions.
com::sun::star::sheet::XDataPilotResults
Description
gives access to results.
com::sun::star::util::XRefreshable
Description
is supported by objects with data that can be refreshed from a data source.
com::sun::star::beans::XPropertySet
Description
provides information about and access to the properties from an implementation.

Properties' Summary

ColumnGrand specifies if grand totals for the columns are inserted.
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