image property

image property

The image of this SpreadsheetShape. Returns None if the shape has no image.

Definition:

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

See Also