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

interface XSpreadsheetDocument
Description
provides access to a collection of spreadsheets.
See also
::com::sun::star::sheet::SpreadsheetDocument

Methods' Summary
getSheets returns the collection of sheets in the document.  
Methods' Details
getSheets
::com::sun::star::sheet::XSpreadsheets
getSheets();

Description
returns the collection of sheets in the document.
See also
::com::sun::star::sheet::Spreadsheets
Top of Page