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

interface XScenarioEnhanced
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XScenarioEnhanced
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Usage Restrictions
not published
Description
provides enhanced access to the settings of a scenario sheet.
See also
Spreadsheet
See also
Scenario
See also
XScenario
Since
OpenOffice 2.0.0

Methods' Summary
getRanges gets the ranges to the scenario.  
Methods' Details
getRanges
sequence< ::com::sun::star::table::CellRangeAddress >
getRanges();

Description
gets the ranges to the scenario.
Top of Page