remove_at metod
remove_at(self, cell_name)
Tar bort kommentaren för den specifika cellen.
def remove_at(self, cell_name):
...
| Parameter | Typ | Beskrivning |
|---|---|---|
| cell_name | str | Namnet på cellen som innehåller en kommentar. |
Exempel
comments.remove_at("B2")
remove_at(self, row, column)
Tar bort kommentaren för den specifika cellen.
def remove_at(self, row, column):
...
| Parameter | Typ | Beskrivning |
|---|---|---|
| row | int | Radindexet. |
| column | int | kolumnindexet. |
Exempel
comments.remove_at(1, 1)
Se även
- modul
aspose.cells - klass
CommentCollection