put_cell_value yöntemi
put_cell_value(self, row_offset, column_offset, value)
Değeri hücreye koy.
def put_cell_value(self, row_offset, column_offset, value):
...
| Parametre | Tip | Tanım |
|---|---|---|
| row_offset | int | Tablodaki satır ofseti. |
| column_offset | int | Tablodaki sütun ofseti. |
| value | any | Hücre değeri. |
put_cell_value(self, row_offset, column_offset, value, is_totals_row_label)
Değeri hücreye koy.
def put_cell_value(self, row_offset, column_offset, value, is_totals_row_label):
...
| Parametre | Tip | Tanım |
|---|---|---|
| row_offset | int | Tablodaki satır ofseti. |
| column_offset | int | Tablodaki sütun ofseti. |
| value | any | Hücre değeri. |
| is_totals_row_label | bool | Toplam satırı için bir etiket olup olmadığını belirtir, yalnızca toplam satırı için çalışır. Eğer False ise ve bu satır toplam satır ise yeni bir satır eklenecektir. |
Ayrıca bakınız
- modül
aspose.cells.tables - sınıf
ListObject