Sheet Outline
From Apache OpenOffice Wiki
		< Documentation | DevGuide
		
		
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
 
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 parameternOrientation(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). | 

