add method
add
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 | str | The value of input cell. |
See Also
- module
aspose.cells
- class
ScenarioInputCellCollection