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

interface XSpreadsheetDocument
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XSpreadsheetDocument
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