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

(Global Index)

Syntax

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

Description

provides access to a collection of scenarios.

Method Summary

getScenarios returns the collection of scenarios.

Known Services Which Export this Interface

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

Method Details



getScenarios

Syntax

com::sun::star::sheet::XScenarios getScenarios ();

Description

returns the collection of scenarios.

Top of Page