remove_at metod
remove_at(cell_name)
Tar bort kommentaren från 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(row, column)
Tar bort kommentaren från den specifika cellen.
def remove_at(self, row, column):
...
Parameter | Typ | Beskrivning |
---|---|---|
row | int | Radindex. |
column | int | kolumnindex. |
Exempel
comments.remove_at(1, 1)
Se även
- modul aspose.cells
- klass CommentCollection