Class Scenario

Scenario class

Represents an individual scenario.

public class Scenario

Properties

NameDescription
Comment { get; set; }Gets and sets the comment of scenario.
InputCells { get; }Gets the input cells of scenario.
IsHidden { get; set; }Indicates whether scenario is hidden.
IsLocked { get; set; }Indicates whether scenario is locked for editing when the sheet is protected.
Name { get; set; }Gets and sets the name of scenario.
User { get; }Gets name of user who last changed the scenario.

See Also