add method
add(self, row, column, value)
Adds an input cell.
Returns
def add(self, row, column, value):
...
| Parameter | Type | Description |
|---|---|---|
| row | int | The row index of input cell. |
| column | int | The column index of input cell. |
| value | System.String | The value of input cell. |
See Also
- module
aspose.cells - class
ScenarioInputCellCollection