Difference between revisions of "Documentation/DevGuide/Spreadsheets/DataPilot Tables"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Changing Category:Documentation/Developers Guide/Spreadsheet Documents)
m (FINAL VERSION FOR L10N)
Line 6: Line 6:
 
|NextPage=Documentation/DevGuide/Spreadsheets/Creating a New DataPilot Table
 
|NextPage=Documentation/DevGuide/Spreadsheets/Creating a New DataPilot Table
 
}}
 
}}
{{DISPLAYTITLE:DataPilot Tables}}
+
{{Documentation/DevGuideLanguages|Documentation/DevGuide/Spreadsheets/{{SUBPAGENAME}}}}
 +
{{DISPLAYTITLE:DataPilot Tables}}
 
<!--<idltopic>com.sun.star.sheet.DataPilotTables</idltopic>-->
 
<!--<idltopic>com.sun.star.sheet.DataPilotTables</idltopic>-->
 
The <idl>com.sun.star.sheet.DataPilotTables</idl> and related services create and modify <code>DataPilot</code> tables in a spreadsheet.
 
The <idl>com.sun.star.sheet.DataPilotTables</idl> and related services create and modify <code>DataPilot</code> tables in a spreadsheet.

Revision as of 10:30, 14 May 2009



The com.sun.star.sheet.DataPilotTables and related services create and modify DataPilot tables in a spreadsheet.

The method getDataPilotTables() of the interface com.sun.star.sheet.XDataPilotTablesSupplier returns the interface com.sun.star.sheet.XDataPilotTables of the collection of all data pilot tables contained in the spreadsheet.

DataPilotTables

The com.sun.star.sheet.DataPilotTables service is accessed by getting the com.sun.star.sheet.XDataPilotTablesSupplier interface from a spreadsheet object and calling the getDataPilotTables() method.

Template:Documentation/Note

Content on this page is licensed under the Public Documentation License (PDL).
Personal tools
In other languages