ConditionalFormatCollection
ConditionalFormatCollection
Overview
ConditionalFormatCollection 是一个类在Aspose.Cells FOSS for Typescript中.
ConditionalFormatCollection 允许在整个细胞范围应用多个条件格式化规则,从而允许视觉数据线索如颜色尺度.
本类提供了5种方法,用于在TypeScript程序中使用ConditionalFormatCollection对象. 有的方法包括: add, clear, get, remove, toXml. 在安装Aspose.Cells FOSS for Typescript 包后,所有公众成员都可以访问任何TypeScript应用程序. 特性: count.
Description
ConditionalFormatCollection 是Aspose.Cells FOSS库中的一个类,该类可用于 TypeScript 进行编程使用.
核心能力包括: number;在指定索引中删除条件格式;从集合中移除所有条件形式.这些操作使开发人员能够直接将条件formatcollection功能集成到TypeScript 应用程序中.
课程还提供了 count 财产 (得到了计数).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
count | number | Read | 得到了数. |
Methods
| Signature | Description |
|---|---|
add() → ConditionalFormat | 创建一个新的ConditionalFormat条目并将其添加到集合中. |
get(index: number) → `ConditionalFormat | undefined` |
remove(index: number) | 在指定索引中删除条件格式. |
clear() | 从集合中删除所有条件格式. |
toXml() → string | 将条件格式集合串为XML字符串. |