Class Scenario

Class Scenario

Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)

Represents an individual scenario.

public class Scenario

Inheritance

objectScenario

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

Comment

Gets and sets the comment of scenario.

public string Comment { get; set; }

Property Value

string

InputCells

Gets the input cells of scenario.

public ScenarioInputCellCollection InputCells { get; }

Property Value

ScenarioInputCellCollection

IsHidden

Indicates whether scenario is hidden.

public bool IsHidden { get; set; }

Property Value

bool

IsLocked

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

public bool IsLocked { get; set; }

Property Value

bool

Name

Gets and sets the name of scenario.

public string Name { get; set; }

Property Value

string

User

Gets name of user who last changed the scenario.

public string User { get; }

Property Value

string