Difference between revisions of "Documentation/DevGuide/Spreadsheets/Sheet Outline"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial author Sun Microsystems, Inc.)
 
m (FINAL VERSION FOR L10N)
 
(3 intermediate revisions by 2 users not shown)
Line 5: Line 5:
 
|NextPage=Documentation/DevGuide/Spreadsheets/Detective
 
|NextPage=Documentation/DevGuide/Spreadsheets/Detective
 
}}
 
}}
{{DISPLAYTITLE:Sheet Outline}}
+
{{Documentation/DevGuideLanguages|Documentation/DevGuide/Spreadsheets/{{SUBPAGENAME}}}}
 +
{{DISPLAYTITLE:Sheet Outline}}
 
<!--<idltopic>com.sun.star.sheet.XSheetOutline</idltopic>--->
 
<!--<idltopic>com.sun.star.sheet.XSheetOutline</idltopic>--->
 
The spreadsheet interface <idl>com.sun.star.sheet.XSheetOutline</idl> contains all the methods to control the row and column outlines of a spreadsheet:
 
The spreadsheet interface <idl>com.sun.star.sheet.XSheetOutline</idl> contains all the methods to control the row and column outlines of a spreadsheet:
Line 33: Line 34:
  
 
{{PDL1}}
 
{{PDL1}}
[[Category: Spreadsheet Documents]]
+
 
 +
[[Category:Documentation/Developer's Guide/Spreadsheet Documents]]

Latest revision as of 10:32, 14 May 2009



The spreadsheet interface com.sun.star.sheet.XSheetOutline contains all the methods to control the row and column outlines of a spreadsheet:

Methods of com.sun.star.sheet.XSheetOutline
group() Creates a new outline group and the method ungroup() removes the innermost outline group for a cell range. The parameter nOrientation (type com.sun.star.table.TableOrientation) selects the orientation of the outline (columns or rows).
autoOutline() Inserts outline groups for a cell range depending on formula references.
clearOutline() Removes all outline groups from the sheet.
hideDetail() Collapses an outline group.
showDetail() Reopens an outline group.
showLevel() Shows the specified number of outline group levels and hides the others.
Content on this page is licensed under the Public Documentation License (PDL).
Personal tools
In other languages