ConditionalFormattingCollection
Overview
ConditionalFormattingCollection is a class in Aspose.Cells FOSS for Java.
A collection of conditional formatting objects.
This class provides 5 methods for working with ConditionalFormattingCollection objects in Java programs.
Available methods include: add, get, getCount, removeArea, removeAt.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Properties: count.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
count | int | Read | Returns the count. |
Methods
| Signature | Description |
|---|---|
getCount() → int | Returns the count. |
get(index: int) → FormatConditionCollection | Returns the requested item. |
add() → int | Adds a new item to the current collection. |
removeAt(index: int) | Removes at. |
removeArea(startRow: int, startColumn: int, totalRows: int, totalColumns: int) | Removes area. |