show_data_tips property

show_data_tips property

Specifies a boolean value that indicates whether tooltips should be displayed for PivotTable data cells.

Definition:

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

See Also