set_header_picture method

set_header_picture

Sets an image in the header of a worksheet.

Returns

Returns Picture object.

def set_header_picture(self, section, header_picture):
    ...
ParameterTypeDescription
sectionint0: Left Section, 1: Center Section, 2: Right Section.
header_picturebytesImage data.

See Also