ScenarioInputCell
Contents
[
Hide
]ScenarioInputCell class
Represents input cell for the scenario.
class ScenarioInputCell;
Properties
| Property | Type | Description |
|---|---|---|
| row | number | Readonly. Gets and sets the row index of the input cell. |
| column | number | Readonly. Gets and sets the column index of the input cell. |
| name | string | Readonly. Gets and sets the input cell address. |
| value | string | Gets and sets value of the input cell. |
| isDeleted | boolean | Indicates 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;