20 #ifndef __com_sun_star_sheet_XDataPilotTable2_idl__
21 #define __com_sun_star_sheet_XDataPilotTable2_idl__
32 module
com { module sun { module star { module sheet {
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:31
additional methods to extend com::sun::star::sheet::XDataPilotTable.
Definition: XDataPilotTable2.idl:45
sequence< sequence< any > > getDrillDownData([in] com::sun::star::table::CellAddress aAddr)
When the address of a cell within the result area is given, XDataPilotTable2::getDrillDownData() retu...
void insertDrillDownSheet([in] com::sun::star::table::CellAddress aAddr)
com::sun::star::table::CellRangeAddress getOutputRangeByType([in] long nType)
DataPilotTablePositionData getPositionData([in] com::sun::star::table::CellAddress aAddr)
Given a cell address, it returns the information about that cell.
provides methods to control a data pilot table which has already been created.
Definition: XDataPilotTable.idl:36
Definition: Ambiguous.idl:22
This structure contains information on a cell within a DataPilot table.
Definition: DataPilotTablePositionData.idl:44
contains a cell address within a spreadsheet document.
Definition: CellAddress.idl:30
contains a cell range address within a spreadsheet document.
Definition: CellRangeAddress.idl:30