ConditionalFormatCollection
ConditionalFormatCollection
Overview
ConditionalFormatCollection 是Python的Aspose.Cells FOSS中的一个类.
表示一个工作表的条件格式集合.
这个类提供了6种方法,用于在Python程序中使用ConditionalFormatCollection 对象. 有的方法包括: __init__, add, clear, get_by_index, get_by_range, remove. 在安装Python包的Aspose.Cells FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: count.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
count | `` | Read | 得到了集合中的条件格式数. |
Methods
| Signature | Description |
|---|---|
__init__() | 启动一个新的 ConditionalFormatCollection 类实例. |
add() | 将一个新的条件格式添加到集合中. |
get_by_index(index) | 得到一个条件的格式,它的索引. |
get_by_range(range_str) | 得到一个条件的格式,由其范围. |
remove(cf) | 从集合中删除条件格式. |
clear() | 清除了所有条件格式的集合. |