interface XDataPilotResults in module com::sun::star::sheet::

(Global Index)

Syntax

interface XDataPilotResults : com::sun::star::uno::XInterface ;

Description

gives access to results.

Method Summary

getResults returns the result array.

Known Services Which Export this Interface

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

Method Details



getResults

Syntax

sequence< sequence< com::sun::star::sheet::DataResult > > getResults ();

Description

returns the result array.

Top of Page