remove_area Methode

remove_area(index)

Entfernt bedingt formatierte Zellbereiche nach Index.

def remove_area(self, index):
    ...
ParameterTypBeschreibung
indexintDer Index des bedingt formatierten Zellbereichs, der entfernt werden soll.

remove_area(start_row, start_column, total_rows, total_columns)

Entfernen Sie die bedingte Formatierung im Bereich.

Kehrt zurück

Gibt TRUE zurück, diese FormatCondtionCollection sollte entfernt werden.

def remove_area(self, start_row, start_column, total_rows, total_columns):
    ...
ParameterTypBeschreibung
start_rowintDie startRow des Bereichs.
start_columnintDie startColumn des Bereichs.
total_rowsintDie Anzahl der Zeilen des Bereichs.
total_columnsintDie Anzahl der Spalten des Bereichs.

Siehe auch