class
ScenarioInputCellCollection
Source: aspose.
Represents the list of the scenario's input cells.
Methods
add(row, column, value) → Number
Adds an input cell.
Parameters
| Name | Type | Optional | Description |
|---|---|---|---|
|
row |
Number |
|
The row index of input cell. |
|
column |
Number |
|
The column index of input cell. |
|
value |
String |
|
The value of input cell. |
- Returns
-
Number
add()
Reserved for internal use.
clear()
contains()
Reserved for internal use.
get(index) → ScenarioInputCell
Gets ScenarioInputCell by index in the list.
Parameter
| Name | Type | Optional | Description |
|---|---|---|---|
|
index |
Number |
|
The specific index in the list |
- Returns
-
ScenarioInputCellThe ScenarioInputCell object
get()
Reserved for internal use.
getCount()
indexOf()
Reserved for internal use.