put_cell_value method
Contents
[
Hide
]put_cell_value
Put the value to the cell.
def put_cell_value(self, row_offset, column_offset, value):
...
Parameter | Type | Description |
---|---|---|
row_offset | int | The row offset in the table. |
column_offset | int | The column offset in the table. |
value | any | The cell value. |
put_cell_value
Put the value to the cell.
def put_cell_value(self, row_offset, column_offset, value, is_totals_row_label):
...
Parameter | Type | Description |
---|---|---|
row_offset | int | The row offset in the table. |
column_offset | int | The column offset in the table. |
value | any | The cell value. |
is_totals_row_label | bool | Indicates whether it is a label for total row,only works for total row. If False and this row is total row, a new row will be inserted. |
See Also
- module
aspose.cells.tables
- class
ListObject