RemoveArea
Inhalt
[
Ausblenden
]RemoveArea(int)
Entfernt bedingt formatierten Zellbereich nach Index.
public void RemoveArea(int index)
| Parameter | Typ | Beschreibung |
|---|---|---|
| index | Int32 | Der Index des bedingt formatierten Zellbereichs, der entfernt werden soll. |
Siehe auch
- class FormatConditionCollection
- namensraum Aspose.Cells
- Montage Aspose.Cells
RemoveArea(int, int, int, int)
Bedingte Formatierung im Bereich entfernen.
public bool RemoveArea(int startRow, int startColumn, int totalRows, int totalColumns)
| Parameter | Typ | Beschreibung |
|---|---|---|
| startRow | Int32 | Die startRow des Bereichs. |
| startColumn | Int32 | Die startColumn des Bereichs. |
| totalRows | Int32 | Die Anzahl der Zeilen des Bereichs. |
| totalColumns | Int32 | Die Anzahl der Spalten des Bereichs. |
Rückgabewert
Gibt TRUE zurück, diese FormatCondtionCollection sollte entfernt werden.
Siehe auch
- class FormatConditionCollection
- namensraum Aspose.Cells
- Montage Aspose.Cells