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

service Spreadsheets
Description
represents the collection of spreadsheets in a spreadsheet document.
See also
SpreadsheetDocument
Developers Guide
Spreadsheets - Working With Spreadsheet Documents - Document Structure - Spreadsheet Document

Exported Interfaces - Summary
XSpreadsheets

provides methods to access the spreadsheets by name and to insert, copy, remove and rearrange spreadsheets. (details)

::com::sun::star::container::XIndexAccess

provides methods to access the spreadsheets by index. (details)

::com::sun::star::container::XEnumerationAccess

creates an enumeration of all spreadsheets. (details)

XCellRangesAccess
Exported Interfaces - Details
XSpreadsheets
Description
provides methods to access the spreadsheets by name and to insert, copy, remove and rearrange spreadsheets.
See also
Spreadsheet
::com::sun::star::container::XIndexAccess
Description
provides methods to access the spreadsheets by index.
See also
Spreadsheet
::com::sun::star::container::XEnumerationAccess
Description
creates an enumeration of all spreadsheets.
See also
SpreadsheetsEnumeration
XCellRangesAccess
Usage Restrictions
optional

 
Top of Page