has_border_horizontal property

has_border_horizontal property

True if the chart data table has horizontal cell borders. Read/write bool.

Definition:

@property
def has_border_horizontal(self):
    ...

@has_border_horizontal.setter
def has_border_horizontal(self, value):
    ...

See Also