PageSetup.SetHeaderPicture

PageSetup.SetHeaderPicture method

Sets an image in the header of a worksheet.

public Picture SetHeaderPicture(int section, byte[] headerPicture)
ParameterTypeDescription
sectionInt320: Left Section, 1: Center Section, 2: Right Section.
headerPictureByte[]Image data.

Return Value

Returns Picture object.

See Also