Scenario

Scenario class

Represents an individual scenario.

class Scenario;

Properties

PropertyTypeDescription
commentstringGets and sets the comment of scenario.
namestringGets and sets the name of scenario.
userstringReadonly. Gets name of user who last changed the scenario.
isHiddenbooleanIndicates whether scenario is hidden.
isLockedbooleanIndicates whether scenario is locked for editing when the sheet is protected.
inputCellsScenarioInputCellCollectionReadonly. 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;