Scenario
Contents
[
Hide
]Scenario class
Represents an individual scenario.
class Scenario;
Properties
Property | Type | Description |
---|---|---|
comment | string | Gets and sets the comment of scenario. |
name | string | Gets and sets the name of scenario. |
user | string | Readonly. Gets name of user who last changed the scenario. |
isHidden | boolean | Indicates whether scenario is hidden. |
isLocked | boolean | Indicates whether scenario is locked for editing when the sheet is protected. |
inputCells | ScenarioInputCellCollection | Readonly. Gets the input cells of scenario. |
comment
Gets and sets the comment of scenario.
comment : string;
name
Gets and sets the name of scenario.
name : string;
user
Readonly. Gets name of user who last changed the scenario.
user : string;
isHidden
Indicates whether scenario is hidden.
isHidden : boolean;
isLocked
Indicates whether scenario is locked for editing when the sheet is protected.
isLocked : boolean;
inputCells
Readonly. Gets the input cells of scenario.
inputCells : ScenarioInputCellCollection;