ConditionalFormattingCollection
General
ConditionalFormattingCollection és una classe en Aspose.Cells per NET.
ConditionalFormattingCollection.Add afegeix una nova regla de formatatge condicional a la col·lecció.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Gets the number of conditional formatting entries in the collection |
Mètodes
| 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 |