above_average property

above_average property

Get the conditional formatting’s “AboveAverage” instance. The default instance’s rule highlights cells that are above the average for all values in the range. Valid only for type = AboveAverage.

Definition:

@property
def above_average(self):
    ...

See Also