set_footer_picture method

set_footer_picture

Sets an image in the footer of a worksheet.

Returns

Returns Picture object.

def set_footer_picture(self, section, footer_picture):
    ...
ParameterTypeDescription
sectionint0: Left Section, 1: Center Section, 2: Right Section.
footer_picturebytesImage data.

See Also