PageSetup.SetFooterPicture
PageSetup.SetFooterPicture method
Sets an image in the footer of a worksheet.
public Picture SetFooterPicture(int section, byte[] footerPicture)
Parameter | Type | Description |
---|---|---|
section | Int32 | 0: Left Section, 1: Center Section, 2: Right Section. |
footerPicture | Byte[] | Image data. |
Return Value
Returns Picture
object.
See Also
- class Picture
- class PageSetup
- namespace Aspose.Cells
- assembly Aspose.Cells