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

interface XSpreadsheetDocument
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XSpreadsheetDocument
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
provides access to a collection of spreadsheets.
See also
SpreadsheetDocument

Methods' Summary
getSheets returns the collection of sheets in the document.  
Methods' Details
getSheets
XSpreadsheets
getSheets();

Description
returns the collection of sheets in the document.
See also
Spreadsheets
Top of Page