Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XDataPilotMemberResults

Base Interface
com::sun::star::uno::XInterface

Description
gives access to member results.


Known Services which Export this Interface

com::sun::star::sheet::DataPilotSourceLevel a level in a data pilot source.

Methods' Summary

getResults returns the member results.

Methods' Details

getResults
 
sequence< com::sun::star::sheet::MemberResult >
getResults();
Description
returns the member results.

Top of Page