[]
IScenario objects in the worksheet.add(String name,
IRange changingCells,
List<Object> values,
String comment,
boolean locked,
boolean hidden) get(int index) intgetCount()iterator()forEach, spliteratorindex - The index.name - The scenario name.name - The scenario name.changingCells - A Range object that refers to the changing cells for the scenario.IScenario object.name - The scenario name.changingCells - A Range object that refers to the changing cells for the scenario.values - A list that contains the scenario values for the cells in ChangingCells.IScenario object.name - The scenario name.changingCells - A Range object that refers to the changing cells for the scenario.values - A list that contains the scenario values for the cells in ChangingCells.comment - A string that specifies comment text for the scenario.IScenario object.name - The scenario name.changingCells - A Range object that refers to the changing cells for the scenario.values - A list that contains the scenario values for the cells in ChangingCells.comment - A string that specifies comment text for the scenario.locked - True to lock the scenario to prevent changes.IScenario object.name - The scenario name.changingCells - A Range object that refers to the changing cells for the scenario.values - A list that contains the scenario values for the cells in ChangingCells.comment - A string that specifies comment text for the scenario.locked - True to lock the scenario to prevent changes.hidden - True to hide the scenario.IScenario object.