ConditionalFormattingCollection
Overview
ConditionalFormattingCollection is a class in Aspose.Cells FOSS for Java.
A collection of conditional formatting objects.
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. |