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

(Global Index)

Syntax

interface XScenarios : com::sun::star::container::XNameAccess ;

Description

represents a collection of scenarios.

See also

Scenarios

Method Summary

addNewByName creates a new scenario and adds it to the collection.

removeByName removes a scenario from the collection.

Known Services Which Export this Interface

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

Method Details



addNewByName

Syntax

void addNewByName (
string aName,
sequence< com::sun::star::table::CellRangeAddress > aRanges,
string aComment );

Description

creates a new scenario and adds it to the collection.


removeByName

Syntax

void removeByName (
string aName );

Description

removes a scenario from the collection.

Top of Page