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

interface XDataPilotMemberResults
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XDataPilotMemberResults
Description
provides access to a sequence of results of a data pilot source level.

These results are used to fill the data area for the level in a data pilot table.

See also
DataPilotSourceLevel
See also
DataPilotSource
See also
XDataPilotResults

Methods' Summary
getResults returns the sequence of results for the regarding data pilot source level.
Methods' Details
getResults
sequence< MemberResult >
getResults();
 
 

Description
returns the sequence of results for the regarding data pilot source level.
Top of Page