ScenarioInputCellCollection
Contents
[
Hide
]ScenarioInputCellCollection class
Represents the list of the scenario’s input cells.
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | ScenarioInputCell | Gets ScenarioInputCell by index in the list. |
Methods
| Name | Description |
|---|---|
| add | Adds an input cell. |
| clear | |
| removeAt | |
| iterator | |
| get | Reserved for internal use. |
| contains | Reserved for internal use. |
| indexOf | Reserved for internal use. |
ScenarioInputCellCollection.Count property
Type: int
ScenarioInputCellCollection.Item (int) property
Gets ScenarioInputCell by index in the list.
Type: ScenarioInputCell
add(row, column, value) (1 of 2)
Adds an input cell.
| Parameter | Type | Description |
|---|---|---|
| row | int | The row index of input cell. |
| column | int | The column index of input cell. |
| value | String | The value of input cell. |
add(value) (2 of 2)
Reserved for internal use.
clear()
removeAt(index)
iterator()
get(index)
Reserved for internal use.
contains(value)
Reserved for internal use.
indexOf(value)
Reserved for internal use.