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

interface XDataPilotResults
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XDataPilotResults
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
DataPilotSource
See also
XDataPilotMemberResults

Methods' Summary
getResults returns the result array.
Methods' Details
getResults
sequence< sequence< 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