add metod
add(self, row, column, value)
Lägger till en inmatningscell.
Returnerar
def add(self, row, column, value):
...
Parameter | Typ | Beskrivning |
---|---|---|
row | int | Radindex för inmatningscellen. |
column | int | Kolumnindexet för inmatningscellen. |
value | str | Värdet för inmatningscellen. |
Se även
- modul
aspose.cells
- klass
ScenarioInputCellCollection