service Spreadsheet in module com::sun::star::sheet::

(Global Index)

Syntax

service Spreadsheet;

Description

a 2-dimensional sheet of cells.

Included Services

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

Description

an extension of the CellRange service for use in spreadsheet documents.


Exported Interfaces

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

com::sun::star::container::XNamed

Description

specifies the name of the object.


com::sun::star::beans::XPropertySet

Description

provides information about and access to the properties from an implementation.


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

Description

provides access to page breaks in a sheet.


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

Description

has functions for moving ranges of cells in a sheet.


com::sun::star::table::XTableChartsSupplier

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

Description

grants access to a collection of data pilot tables.


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

Description

provides access to a collection of scenarios.


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

Description

enables access to a collection of annotations.


Property Summary

IsVisible specifies if the sheet is visible.

PageStyle specifies the page style of the sheet.

Property Details



IsVisible

Syntax

[readonly] boolean IsVisible;

Description

specifies if the sheet is visible.


PageStyle

Syntax

[readonly] string PageStyle;

Description

specifies the page style of the sheet.

Top of Page