Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

service Spreadsheet

Description
a 2-dimensional sheet of cells.


Included Services

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

Exported Interfaces

com::sun::star::sheet::XSpreadsheet
Description
represents a 2-dimensional sheet of cells.
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
[ DEPRECATED ]
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
Description
provides a method to access a collection of charts in a table or spreadsheet.
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
provides access to a collection of cell annotations.

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