Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XSpreadsheetDocument

Base Interface
com::sun::star::uno::XInterface

Description
a container of spreadsheets.
See also
com::sun::star::sheet::SpreadsheetDocument


Known Services which Export this Interface

com::sun::star::sheet::SpreadsheetDocument a model component which consists of some settings and one or more spreadsheets.

Methods' Summary

getSheets returns the container of sheets in the document.

Methods' Details

getSheets
 
com::sun::star::sheet::XSpreadsheets
getSheets();
Description
returns the container of sheets in the document.
See also
Spreadsheets

Top of Page