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

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

Methods' Summary
getScenarios returns the collection of scenarios.  
Methods' Details
getScenarios
::com::sun::star::sheet::XScenarios
getScenarios();

Description
returns the collection of scenarios.
See also
::com::sun::star::sheet::Scenarios
Top of Page