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

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial author Sun Microsystems, Inc.)
 
m (1 revision(s))
(No difference)

Revision as of 13:05, 15 February 2008



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