Methods' Details |
getDrillDownData
sequence< sequence< any > > |
getDrillDownData( |
[in] ::com::sun::star::table::CellAddress |
aAddr ); |
- Description
- When the address of a cell within the result area is given,
XDataPilotTable2::getDrillDownData returns its drill-down
output table that includes only those rows that contribute to the value of
that cell.
- Parameter aAddr
- cell address within the result area of a DataPilot table.
- Returns
- drill-down output as 2-dimensional sequence, including the header row.
- See also
- ? (no identifier found)
XDataPilotTable2::insertDrillDownSheet
|
|
getPositionData
|
insertDrillDownSheet
- Description
This method inserts a new sheet to display the drill-down data for a
specified result cell. A drill-down data for a result cell consists
of a subset of rows from the original data source that contribute to
the value displayed in that cell.
The new sheet is always inserted to the immediate left of the current
sheet where the DataPilot table is. Note that when the drill-down data
is empty, no new sheet is inserted.
- Parameter aAddr
- address of a result cell
- Returns
- void
|
|
getOutputRangeByType
|
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.