FormatConditionCollection

Übersicht

FormatConditionCollection ist eine Klasse in Aspose.Cells FOSS für Java.

Stellt eine Sammlung von Formatbedingungen in Excel dar.

Eigenschaften

NameTypZugriffBeschreibung
countintLesenGibt die Anzahl zurück.
rangeCountintLesenGibt die Bereichsanzahl zurück.

Methoden

SignaturBeschreibung
getCount()intGibt die Anzahl zurück.
getRangeCount()intGibt die Bereichsanzahl zurück.
get(index: int)FormatConditionGibt das angeforderte Element zurück.
add(area: CellArea, type: FormatConditionType, operatorType: OperatorType, formula1: String, formula2: String)intFügt ein neues Element zur aktuellen Sammlung hinzu.
addCondition(type: FormatConditionType)intFügt eine Bedingung hinzu.
addCondition(type: FormatConditionType, operatorType: OperatorType, formula1: String, formula2: String)intFügt eine Bedingung hinzu.
addArea(area: CellArea)Fügt einen Bereich hinzu.
getCellArea(index: int)CellAreaVerarbeitet das Abrufen des Zellbereichs.
removeArea(index: int)Entfernt den Bereich.
removeArea(startRow: int, startColumn: int, totalRows: int, totalColumns: int)Entfernt den Bereich.
removeCondition(index: int)Entfernt die Bedingung.
 Deutsch