|
Syntax
- void group
(
- com::sun::star::table::CellRangeAddress aRange,
- com::sun::star::table::TableOrientation nOrientation );
Description
creates an outline group.
Syntax
- void ungroup
(
- com::sun::star::table::CellRangeAddress aRange,
- com::sun::star::table::TableOrientation nOrientation );
Description
removes outline groups.
In the specified range, all outline groups on the innermost level
are removed.
Syntax
- void autoOutline
(
- com::sun::star::table::CellRangeAddress aRange );
Description
creates outline groups from formula references in a range.
Syntax
- void clearOutline
();
Description
removes all outline groups on the sheet.
Syntax
- void hideDetail
(
- com::sun::star::table::CellRangeAddress aRange );
Description
hides an outline group.
Syntax
- void showDetail
(
- com::sun::star::table::CellRangeAddress aRange );
Description
shows an outline group.
Syntax
- void showLevel
(
- short nLevel,
- com::sun::star::table::TableOrientation nOrientation );
Description
shows all outlined groups below a specified level.
|