:: 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
::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