ScenarioInputCell

ScenarioInputCell class

Represents input cell for the scenario.

class ScenarioInputCell;

Properties

PropertyTypeDescription
rownumberReadonly. Gets and sets the row index of the input cell.
columnnumberReadonly. Gets and sets the column index of the input cell.
namestringReadonly. Gets and sets the input cell address.
valuestringGets and sets value of the input cell.
isDeletedbooleanIndicates whether input cell is deleted.

row

Readonly. Gets and sets the row index of the input cell.

row : number;

column

Readonly. Gets and sets the column index of the input cell.

column : number;

name

Readonly. Gets and sets the input cell address.

name : string;

value

Gets and sets value of the input cell.

value : string;

isDeleted

Indicates whether input cell is deleted.

isDeleted : boolean;