Class ScenarioInputCell

ScenarioInputCell class

Represents input cell for the scenario.

public class ScenarioInputCell

Properties

NameDescription
Column { get; }Gets and sets the column index of the input cell.
IsDeleted { get; set; }Indicates whether input cell is deleted.
Name { get; }Gets and sets the input cell address.
Row { get; }Gets and sets the row index of the input cell.
Value { get; set; }Gets and sets value of the input cell.

See Also