ConditionalFormatCollection
Overview
ConditionalFormatCollection is a class in Aspose.Cells FOSS for TypeScript.
This class declares 5 methods for ConditionalFormatCollection objects in TypeScript programs.
Available methods include: add, clear, get, remove, toXml.
Public members are accessible to any TypeScript application after installing the Aspose.Cells FOSS for TypeScript package.
Properties: count.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
count | number | Read | Gets the count. |
Methods
| Signature | Description |
|---|---|
add() → ConditionalFormat | Calls add on this ConditionalFormatCollection instance. |
get(index: number) → ConditionalFormat | undefined | Calls get(index) on this ConditionalFormatCollection instance. |
remove(index: number) | Calls remove(index) on this ConditionalFormatCollection instance. |
clear() | Calls clear on this ConditionalFormatCollection instance. |
toXml() → string | Calls toXml on this ConditionalFormatCollection instance. |