interface XSpreadsheetDocument in module com::sun::star::sheet::

(Global Index)

Syntax

interface XSpreadsheetDocument : com::sun::star::uno::XInterface ;

Description

a container of spreadsheets.

See also

SpreadsheetDocument

Method Summary

getSheets returns the container of sheets in the document.

Known Services Which Export this Interface

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

Method Details



getSheets

Syntax

com::sun::star::sheet::XSpreadsheets getSheets ();

Description

returns the container of sheets in the document.

See also

Spreadsheets
Top of Page