ScenarioInputCell
Contents
[
Hide
]ScenarioInputCell class
Represents input cell for the scenario.
Properties
| Name | Type | Description |
|---|---|---|
| Row | int | Gets and sets the row index of the input cell. |
| Column | int | Gets and sets the column index of the input cell. |
| Name | String | 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. |
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