:: com :: sun :: star :: sheet ::

service Spreadsheet
Description
represents a complete spreadsheet in a spreadsheet document.

This service extents the service SheetCellRange. A spreadsheet is nothing else than a cell range with extended functionality.

See also
SpreadsheetDocument
Developers Guide
8.3.1 Spreadsheet Documents - Working with Spreadsheet Documents - Document Structure - Spreadsheet Services - Overview

Included Services
SheetCellRange
Description
provides functionality for cell range handling.
Exported Interfaces
XSpreadsheet
Description
provides methods to create a cell cursor.
::com::sun::star::container::XNamed
Description
provides accessing the spreadsheet name.
::com::sun::star::util::XProtectable
Description
provides methods to protect and unprotect the sheet contents.
XDataPilotTablesSupplier
Description
provides access to the collection of DataPilot tables.
XScenariosSupplier
Description
provides access to the collection of scenarios.
XSheetAnnotationsSupplier
Description
provides access to the collection of annotations.
::com::sun::star::drawing::XDrawPageSupplier
Description
provides access to the draw page of this spreadsheet.
::com::sun::star::table::XTableChartsSupplier
Description
provides access to the collection of chart objects.
XCellRangeMovement
Description
provides methods to move cell ranges inside the spreadsheet or to other spreadsheets in this document.
XPrintAreas
Description
provides access to the print area settings of this sheet.
XSheetPageBreak
Description
provides access to the page breaks of this sheet.
XScenario
Description
provides methods for a scenario sheet.
XSheetOutline
Description
provides access to row and column outline settings.
XSheetAuditing
Description
provides access to the auditing (detective) functionality.
XSheetLinkable
Description
provides methods for a linked sheet.
Properties' Summary
IsVisible specifies if the sheet is visible.
PageStyle specifies the page style of the sheet.
Properties' Details
IsVisible
[ readonly ] boolean IsVisible;
Description
specifies if the sheet is visible.
PageStyle
[ readonly ] string PageStyle;
Description
specifies the page style of the sheet.

 
Top of Page