put_cell_formula method
put_cell_formula(self, row_offset, column_offset, formula)
Put the formula to the cell in the table.
def put_cell_formula(self, row_offset, column_offset, formula):
...
| Parameter | Type | Description |
|---|---|---|
| row_offset | int | The row offset in the table. |
| column_offset | int | The column offset in the table. |
| formula | System.String | The formula of the cell. |
put_cell_formula(self, row_offset, column_offset, formula, is_totals_row_formula)
Put the formula to the cell in the table.
def put_cell_formula(self, row_offset, column_offset, formula, is_totals_row_formula):
...
| Parameter | Type | Description |
|---|---|---|
| row_offset | int | The row offset in the table. |
| column_offset | int | The column offset in the table. |
| formula | System.String | The formula of the cell. |
| is_totals_row_formula | bool |
See Also
- module
aspose.cells.tables - class
ListObject