Scenario
Contents
[
Hide
]Scenario class
Represents an individual scenario.
class Scenario;
Properties
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;
