Class Scenario
Class Scenario
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
Represents an individual scenario.
public class Scenario
Inheritance
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
InputCells
Gets the input cells of scenario.
public ScenarioInputCellCollection InputCells { get; }
Property Value
IsHidden
Indicates whether scenario is hidden.
public bool IsHidden { get; set; }
Property Value
IsLocked
Indicates whether scenario is locked for editing when the sheet is protected.
public bool IsLocked { get; set; }
Property Value
Name
Gets and sets the name of scenario.
public string Name { get; set; }
Property Value
User
Gets name of user who last changed the scenario.
public string User { get; }