is_gradient property

is_gradient property

Indicates whether the cell shading is a gradient pattern.

Definition:

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

See Also