Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Excel.Interfaces.HeaderFooterGroupLoadOptions interface
- Package:
- excel
Properties
| $all | Specifying |
| defaultForAllPages | The general header/footer, used for all pages unless even/odd or first page is specified. |
| evenPages | The header/footer to use for even pages, odd header/footer needs to be specified for odd pages. |
| firstPage | The first page header/footer, for all other pages general or even/odd is used. |
| oddPages | The header/footer to use for odd pages, even header/footer needs to be specified for even pages. |
| state | The state by which headers/footers are set. See |
| useSheetMargins | Specifies a flag indicating if headers/footers are aligned with the page margins set in the page layout options for the worksheet. |
| useSheetScale | Specifies a flag indicating if headers/footers should be scaled by the page percentage scale set in the page layout options for the worksheet. |
Property Details
$all
Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).
$all?: boolean;
Property Value
boolean
defaultForAllPages
The general header/footer, used for all pages unless even/odd or first page is specified.
defaultForAllPages?: Excel.Interfaces.HeaderFooterLoadOptions;
Property Value
Remarks
evenPages
The header/footer to use for even pages, odd header/footer needs to be specified for odd pages.
evenPages?: Excel.Interfaces.HeaderFooterLoadOptions;
Property Value
Remarks
firstPage
The first page header/footer, for all other pages general or even/odd is used.
firstPage?: Excel.Interfaces.HeaderFooterLoadOptions;
Property Value
Remarks
oddPages
The header/footer to use for odd pages, even header/footer needs to be specified for even pages.
oddPages?: Excel.Interfaces.HeaderFooterLoadOptions;
Property Value
Remarks
state
The state by which headers/footers are set. See Excel.HeaderFooterState for details.
state?: boolean;
Property Value
boolean
Remarks
useSheetMargins
Specifies a flag indicating if headers/footers are aligned with the page margins set in the page layout options for the worksheet.
useSheetMargins?: boolean;
Property Value
boolean
Remarks
useSheetScale
Specifies a flag indicating if headers/footers should be scaled by the page percentage scale set in the page layout options for the worksheet.
useSheetScale?: boolean;
Property Value
boolean
Remarks
Office Add-ins
Feedback
Was this page helpful?
