show_pivot_style_last_column property

show_pivot_style_last_column property

Indicates whether column stripe formatting is applied.

Definition:

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

See Also