Difference between revisions of "Documentation/DevGuide/Spreadsheets/Removing a DataPilot Table"
From Apache OpenOffice Wiki
		< Documentation | DevGuide
		
		
| OOoWikiBot (talk | contribs) m (Robot: Changing Category:Documentation/Developers Guide/Spreadsheet Documents) | OOoWikiBot (talk | contribs)  m (FINAL VERSION FOR L10N) | ||
| Line 6: | Line 6: | ||
| |NextPage=Documentation/DevGuide/Spreadsheets/DataPilot Sources | |NextPage=Documentation/DevGuide/Spreadsheets/DataPilot Sources | ||
| }} | }} | ||
| − | {{DISPLAYTITLE:Removing a DataPilot Table}} | + | {{Documentation/DevGuideLanguages|Documentation/DevGuide/Spreadsheets/{{SUBPAGENAME}}}}  | 
| + |  {{DISPLAYTITLE:Removing a DataPilot Table}} | ||
| To remove a DataPilot table from a spreadsheet, call the <idl>com.sun.star.sheet.XDataPilotTables</idl> interface's <code>removeByName()</code> method, passing the DataPilot table's name. | To remove a DataPilot table from a spreadsheet, call the <idl>com.sun.star.sheet.XDataPilotTables</idl> interface's <code>removeByName()</code> method, passing the DataPilot table's name. | ||
Latest revision as of 10:30, 14 May 2009
 
To remove a DataPilot table from a spreadsheet, call the com.sun.star.sheet.XDataPilotTables interface's removeByName() method, passing the DataPilot table's name.
| Content on this page is licensed under the Public Documentation License (PDL). | 

