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

(Global Index)

Syntax

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

Description

gives access to member results.

Method Summary

getResults returns the member results.

Known Services Which Export this Interface

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

Method Details



getResults

Syntax

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

Description

returns the member results.

Top of Page