PageSetup.SetEvenFooter
PageSetup.SetEvenFooter method
Sets a script formatting the even page footer of an Excel file. Only effect in Excel 2007 when IsHFDiffOddEven is true.
public void SetEvenFooter(int section, string footerScript)
Parameter | Type | Description |
---|---|---|
section | Int32 | 0: Left Section, 1: Center Section, 2: Right Section. |
footerScript | String | Footer format script. |
See Also
- class PageSetup
- namespace Aspose.Cells
- assembly Aspose.Cells