Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IScenario Interface / changeScenario Method / changeScenario(IRange) Method
A Range object that refers to the changing cells for the scenario. The scenario values are assumed to be the current values in the cells in ChangingCells.
In This Topic
    changeScenario(IRange) Method
    In This Topic
    Changes the scenario to have a new set of changing cells.
    Syntax
    void changeScenario( 
       IRange changingCells
    )

    Parameters

    changingCells
    A Range object that refers to the changing cells for the scenario. The scenario values are assumed to be the current values in the cells in ChangingCells.
    See Also