top10 property

top10 property

Get the conditional formatting’s “Top10” instance. The default instance’s rule highlights cells whose values fall in the top 10 bracket. Valid only for type is Top10.

Definition:

@property
def top10(self):
    ...

See Also