Aspose::Cells::PageSetup::SetHeaderPicture method

PageSetup::SetHeaderPicture method

Sets an image in the header of a worksheet.

Aspose::Cells::Drawing::Picture Aspose::Cells::PageSetup::SetHeaderPicture(int32_t section, const Vector<uint8_t> &headerPicture)
ParameterTypeDescription
sectionint32_t0: Left Section, 1: Center Section, 2: Right Section.
headerPictureconst Vector <uint8_t>&Image data.

ReturnValue

Returns Picture object.

See Also