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

interface XDataPilotMemberResults
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XDataPilotMemberResults
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
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
::com::sun::star::sheet::DataPilotSourceLevel
See also
::com::sun::star::sheet::DataPilotSource
See also
::com::sun::star::sheet::XDataPilotResults

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

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