put_cell_formula yöntemi
put_cell_formula(self, row_offset, column_offset, formula)
Formülü tablodaki hücreye koyun.
def put_cell_formula(self, row_offset, column_offset, formula):
...
| Parametre | Tip | Tanım |
|---|---|---|
| row_offset | int | Tablodaki satır ofseti. |
| column_offset | int | Tablodaki sütun ofseti. |
| formula | str | Hücrenin formülü. |
put_cell_formula(self, row_offset, column_offset, formula, is_totals_row_formula)
Formülü tablodaki hücreye koyun.
def put_cell_formula(self, row_offset, column_offset, formula, is_totals_row_formula):
...
| Parametre | Tip | Tanım |
|---|---|---|
| row_offset | int | Tablodaki satır ofseti. |
| column_offset | int | Tablodaki sütun ofseti. |
| formula | str | Hücrenin formülü. |
| is_totals_row_formula | bool |
Ayrıca bakınız
- modül
aspose.cells.tables - sınıf
ListObject