row_stripe property

TableStyle.row_stripe property

Gets or sets a number of rows to include in the banding when the style specifies odd/even row banding.

@property
def row_stripe(self) -> int:
    ...

@row_stripe.setter
def row_stripe(self, value: int):
    ...

See Also