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

unpublished interface XDataPilotResults
Usage Restrictions
not published
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, XDataPilotMemberResults

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

getFilteredResults
sequence< double >
getFilteredResults( [in] sequence< DataPilotFieldFilter >  aFilters );

Top of Page