put_cell_formula metod
put_cell_formula(self, row_offset, column_offset, formula)
Sätt in formeln i cellen i tabellen.
def put_cell_formula(self, row_offset, column_offset, formula):
...
Parameter | Typ | Beskrivning |
---|---|---|
row_offset | int | Radförskjutningen i tabellen. |
column_offset | int | Kolumnförskjutningen i tabellen. |
formula | str | Cellens formel. |
put_cell_formula(self, row_offset, column_offset, formula, is_totals_row_formula)
Sätt in formeln i cellen i tabellen.
def put_cell_formula(self, row_offset, column_offset, formula, is_totals_row_formula):
...
Parameter | Typ | Beskrivning |
---|---|---|
row_offset | int | Radförskjutningen i tabellen. |
column_offset | int | Kolumnförskjutningen i tabellen. |
formula | str | Cellens formel. |
is_totals_row_formula | bool |
Se även
- modul
aspose.cells.tables
- klass
ListObject