Class ScenarioInputCell
Class ScenarioInputCell
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
Represents input cell for the scenario.
public class ScenarioInputCell
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
Column
Gets and sets the column index of the input cell.
public int Column { get; }
Property Value
IsDeleted
Indicates whether input cell is deleted.
public bool IsDeleted { get; set; }
Property Value
Name
Gets and sets the input cell address.
public string Name { get; }
Property Value
Row
Gets and sets the row index of the input cell.
public int Row { get; }
Property Value
Value
Gets and sets value of the input cell.
public string Value { get; set; }