Scenario
Contents
[
Hide
]Scenario class
Represents an individual scenario.
Properties
| Name | Type | Description |
|---|---|---|
| Comment | String | Gets and sets the comment of scenario. |
| Name | String | Gets and sets the name of scenario. |
| User | String | 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 | Gets 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