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

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

interface XDataPilotResults

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

Description
gives access to results.


Known Services which Export this Interface

com::sun::star::sheet::DataPilotSource a data pilot source.

Methods' Summary

getResults returns the result array.

Methods' Details

getResults
 
sequence< sequence< com::sun::star::sheet::DataResult > >
getResults();
Description
returns the result array.

Top of Page