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

interface XDrillDownDataSupplier

Methods' Summary
getDrillDownData This method returns filtered subset of the original source data based on a given set of filtering criteria.  
Methods' Details
getDrillDownData
sequence< sequence< any > >
getDrillDownData( [in] sequence< DataPilotFieldFilter >  aFilters );

Description
This method returns filtered subset of the original source data based on a given set of filtering criteria.
Parameter aFilters
filtering criteria
Returns
a filtered subset of the original source data as 2-dimensional sequences of `any`. The first row must be the header row. Each `any` instance must contain either double value for a numeric cell, or a string value for a string cell.
See also
DataPilotFieldFilter, XDataPilotTable2
Top of Page