Name | Description | |
---|---|---|
changeScenario | Overloaded. Changes the scenario to have a new set of changing cells. | |
delete | Deletes the object. | |
getChangingCells | Gets a IRange object that represents the changing cells for the scenario. | |
getComment | Gets a String value that represents the comment associated with the scenario. | |
getHidden | Gets a Boolean value that indicates if the scenario is hidden. | |
getIndex | Returns the index number of the object within the collection of similar objects. | |
getLocked | Gets a Boolean value that indicates if the scenario is locked. | |
getName | Gets a String value representing the name of the object. | |
getValues | Returns a list that contains the current values of the changing cells for the scenario. | |
setComment | Sets a String value that represents the comment associated with the scenario. | |
setHidden | Sets a Boolean value that indicates if the scenario is hidden. | |
setLocked | Sets a Boolean value that indicates if the scenario is locked. | |
setName | Sets a String value representing the name of the object. | |
show | Shows the scenario by inserting its values on the worksheet. The affected cells are the changing cells of the scenario. |