ScenarioInputCell

ScenarioInputCell class

Represents input cell for the scenario.

Properties

NameTypeDescription
RowintGets and sets the row index of the input cell.
ColumnintGets and sets the column index of the input cell.
NameStringGets and sets the input cell address.
ValueStringGets and sets value of the input cell.
IsDeletedbooleanIndicates whether input cell is deleted.

ScenarioInputCell.Row property

Gets and sets the row index of the input cell.

Type: int

ScenarioInputCell.Column property

Gets and sets the column index of the input cell.

Type: int

ScenarioInputCell.Name property

Gets and sets the input cell address.

Type: String

ScenarioInputCell.Value property

Gets and sets value of the input cell.

Type: String

ScenarioInputCell.IsDeleted property

Indicates whether input cell is deleted.

Type: boolean