VertexDeclaration{/i:
Približni podaci
FormatConditionCollection je klasa u Aspose.Cells za NET.
FormatConditionCollection.Add adds a conditional format for the specified area with type, operator and formulas.
Oznake i značajke
| Izvršni datum: | Iznos: | Prihvat | Opisivanje |
|---|---|---|---|
Count | int | Čitaj. | Dobiva ukupni broj uvjeta u kolekciji. |
RangeCount | int | Čitaj. | Dobiva broj različitih ćelijskog područja u kolekciji. |
Metoda za primjenu
| Potpis | Opisivanje |
|---|---|
Add(area: CellArea, type: FormatConditionType, operatorType: OperatorType, formula1: string, formula2: string) | Pridruženje uslovnog formata za određeno područje s tipom, operatorom i formulama |
AddCondition(type: FormatConditionType) | Dodaje novi uvjet s navedenim tipom koristeći podrazumijevani operator i prazne formule. |
AddCondition(type: FormatConditionType, operatorType: OperatorType, formula1: string, formula2: string) | |
AddArea(area: CellArea) | Dodaje određenu CellArea na popis opsega kolekcije |
GetCellArea(index: int) | Vrati CellArea u datom indeksu |
RemoveArea(index: int) | Uklanja površinu ćelije u navedenom indeksu na osnovi nule |
RemoveArea(startRow: int, startColumn: int, totalRows: int, totalColumns: int) | |
RemoveCondition(index: int) | Izbjegava uvjet u datom indeksu |