has_horizontal_border属性

has_horizontal_border属性

如果图表数据表具有水平单元格边框,则为 True

定义:

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

也可以看看