type属性

type属性

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

定义:

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

也可以看看