remove_at metod

remove_at(self, cell_name)

Tar bort kommentaren för den specifika cellen.


def remove_at(self, cell_name):
    ...
ParameterTypBeskrivning
cell_namestrNamnet 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):
    ...
ParameterTypBeskrivning
rowintRadindexet.
columnintkolumnindexet.

Exempel


comments.remove_at(1, 1)

Se även