service DataPilotSource in module com::sun::star::sheet::

(Global Index)

Syntax

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.


Property Summary

ColumnGrand specifies if grand totals for the columns are inserted.

RowGrand specifies if grand totals for the rows are inserted.

Property Details



ColumnGrand

Syntax

boolean ColumnGrand;

Description

specifies if grand totals for the columns are inserted.


RowGrand

Syntax

boolean RowGrand;

Description

specifies if grand totals for the rows are inserted.

Top of Page