Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XScenariosSupplier

Base Interface
com::sun::star::uno::XInterface

Description
provides access to a collection of scenarios.


Known Services which Export this Interface

com::sun::star::sheet::Spreadsheet a 2-dimensional sheet of cells.

Methods' Summary

getScenarios returns the collection of scenarios.

Methods' Details

getScenarios
 
com::sun::star::sheet::XScenarios
getScenarios();
Description
returns the collection of scenarios.

Top of Page