color属性

color属性

获取或设置由条件格式规则指定的数据条的边框 color。

定义:

@property
def color(self):
    ...
@color.setter
def color(self, value):
    ...

也可以看看