ConditionalFormatCollection
Overview
ConditionalFormatCollection is a class in Aspose.Cells FOSS for Typescript.
Properties
| Name | Type | Access | Description |
|---|
count | number | Read | |
Methods
| Signature | Description |
|---|
add() → ConditionalFormat | |
get(index: number) → ConditionalFormat | undefined | |
remove(index: number) | |
clear() | |
toXml() → string | |
See Also