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

interface XDataPilotResults
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XDataPilotResults
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
provides access to a table of results of a data pilot source.

These results are used to fill the data area of a data pilot table.

See also
::com::sun::star::sheet::DataPilotSource
See also
::com::sun::star::sheet::XDataPilotMemberResults

Methods' Summary
getResults returns the result array.  
Methods' Details
getResults
sequence< sequence< ::com::sun::star::sheet::DataResult > >
getResults();

Description
returns the result array.

The outer sequence contains the value rows. The inner sequences contain the values for one row.

Top of Page