image property

image property

The image of this SpreadsheetHeaderFooterSection.

Returns None if the section has no image.

Definition:

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

See Also