background_image property

background_image property

The background image of this SpreadsheetWorksheet. Returns None if the worksheet has no background image.

Definition:

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

See Also