:: 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
XScenarios
getScenarios();

Description
returns the collection of scenarios.
See also
Scenarios
Top of Page