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

interface 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, DataPilotSource, 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