ConditionalFormattingCollection
Overview
ConditionalFormattingCollection is a class in Aspose.Cells for NET.
ConditionalFormattingCollection.Add adds a new conditional formatting rule to the collection.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Gets the number of conditional formatting entries in the collection |
Methods
| Signature | Description |
|---|---|
Add() | Adds a new conditional formatting rule to the collection |
RemoveAt(index: int) | Removes the conditional formatting at the specified zero‑based index |
RemoveArea(startRow: int, startColumn: int, totalRows: int, totalColumns: int) | Removes conditional formatting that applies to the specified cell range |