Scenario

Scenario class

Represents an individual scenario.

Properties

NameTypeDescription
CommentStringGets and sets the comment of scenario.
NameStringGets and sets the name of scenario.
UserStringGets 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.
InputCellsScenarioInputCellCollectionGets the input cells of scenario.

Scenario.Comment property

Gets and sets the comment of scenario.

Type: String

Scenario.Name property

Gets and sets the name of scenario.

Type: String

Scenario.User property

Gets name of user who last changed the scenario.

Type: String

Scenario.IsHidden property

Indicates whether scenario is hidden.

Type: boolean

Scenario.IsLocked property

Indicates whether scenario is locked for editing when the sheet is protected.

Type: boolean

Scenario.InputCells property

Gets the input cells of scenario.

Type: ScenarioInputCellCollection