color 属性

color 属性

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

定义:

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

也可以看看