PageSetup.SetFooterPicture

PageSetup.SetFooterPicture method

Sets an image in the footer of a worksheet.

public Picture SetFooterPicture(int section, byte[] footerPicture)
ParameterTypeDescription
sectionInt320: Left Section, 1: Center Section, 2: Right Section.
footerPictureByte[]Image data.

Return Value

Returns Picture object.

See Also