ConditionalFormattingCollection
概述
ConditionalFormattingCollection 是 Aspose.Cells FOSS for Java 中的一个类。
条件格式对象的集合。
属性
| 名称 | 类型 | 访问 | 描述 |
|---|---|---|---|
count | int | 读取 | 返回计数。 |
方法
| Signature | Description |
|---|---|
getCount() → int | 返回计数。 |
get(index: int) → FormatConditionCollection | 返回请求的项目。 |
add() → int | 向当前集合添加新项目。 |
removeAt(index: int) | 删除 at。 |
removeArea(startRow: int, startColumn: int, totalRows: int, totalColumns: int) | 删除区域。 |