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

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

interface XScenarios

Base Interface
com::sun::star::container::XNameAccess

Description
represents a collection of scenarios.
See also
com::sun::star::sheet::Scenarios


Known Services which Export this Interface

com::sun::star::sheet::Scenarios a collection of scenarios.

Methods' Summary

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

Methods' Details

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

Description
creates a new scenario and adds it to the collection.
removeByName
 
void
removeByName(
[ in ] string aName );

Description
removes a scenario from the collection.

Top of Page