remove_at yöntemi
remove_at(self, cell_name)
Belirli hücrenin yorumunu kaldırır.
def remove_at(self, cell_name):
...
| Parametre | Tip | Tanım |
|---|---|---|
| cell_name | str | Yorum içeren hücrenin adı. |
Örnek
comments.remove_at("B2")
remove_at(self, row, column)
Belirli hücrenin yorumunu kaldırır.
def remove_at(self, row, column):
...
| Parametre | Tip | Tanım |
|---|---|---|
| row | int | Satır dizini. |
| column | int | sütun dizini. |
Örnek
comments.remove_at(1, 1)
Ayrıca bakınız
- modül
aspose.cells - sınıf
CommentCollection