Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Excel.Interfaces.HeaderFooterData interface
- Package:
- excel
An interface describing the data returned by calling headerFooter.toJSON().
Properties
| centerFooter | The center footer of the worksheet. To apply font formatting or insert a variable value, use format codes specified here: https://msdn.microsoft.com/library/bb225426.aspx. |
| centerFooterPicture | Gets a |
| centerHeader | The center header of the worksheet. To apply font formatting or insert a variable value, use format codes specified here: https://msdn.microsoft.com/library/bb225426.aspx. |
| centerHeaderPicture | Gets a |
| leftFooter | The left footer of the worksheet. To apply font formatting or insert a variable value, use format codes specified here: https://msdn.microsoft.com/library/bb225426.aspx. |
| leftFooterPicture | Gets a |
| leftHeader | The left header of the worksheet. To apply font formatting or insert a variable value, use format codes specified here: https://msdn.microsoft.com/library/bb225426.aspx. |
| leftHeaderPicture | Gets a |
| rightFooter | The right footer of the worksheet. To apply font formatting or insert a variable value, use format codes specified here: https://msdn.microsoft.com/library/bb225426.aspx. |
| rightFooterPicture | Gets a |
| rightHeader | The right header of the worksheet. To apply font formatting or insert a variable value, use format codes specified here: https://msdn.microsoft.com/library/bb225426.aspx. |
| rightHeaderPicture | Gets a |
Property Details
centerFooter
The center footer of the worksheet. To apply font formatting or insert a variable value, use format codes specified here: https://msdn.microsoft.com/library/bb225426.aspx.
centerFooter?: string;
Property Value
string
Remarks
centerFooterPicture
Gets a HeaderFooterPicture object that represents the picture for the center section of the footer.
centerFooterPicture?: Excel.Interfaces.HeaderFooterPictureData;
Property Value
Remarks
centerHeader
The center header of the worksheet. To apply font formatting or insert a variable value, use format codes specified here: https://msdn.microsoft.com/library/bb225426.aspx.
centerHeader?: string;
Property Value
string
Remarks
centerHeaderPicture
Gets a HeaderFooterPicture object that represents the picture for the center section of the header.
centerHeaderPicture?: Excel.Interfaces.HeaderFooterPictureData;
Property Value
Remarks
leftFooter
The left footer of the worksheet. To apply font formatting or insert a variable value, use format codes specified here: https://msdn.microsoft.com/library/bb225426.aspx.
leftFooter?: string;
Property Value
string
Remarks
leftFooterPicture
Gets a HeaderFooterPicture object that represents the picture for the left section of the footer.
leftFooterPicture?: Excel.Interfaces.HeaderFooterPictureData;
Property Value
Remarks
leftHeader
The left header of the worksheet. To apply font formatting or insert a variable value, use format codes specified here: https://msdn.microsoft.com/library/bb225426.aspx.
leftHeader?: string;
Property Value
string
Remarks
leftHeaderPicture
Gets a HeaderFooterPicture object that represents the picture for the left section of the header.
leftHeaderPicture?: Excel.Interfaces.HeaderFooterPictureData;
Property Value
Remarks
rightFooter
The right footer of the worksheet. To apply font formatting or insert a variable value, use format codes specified here: https://msdn.microsoft.com/library/bb225426.aspx.
rightFooter?: string;
Property Value
string
Remarks
rightFooterPicture
Gets a HeaderFooterPicture object that represents the picture for the right section of the footer.
rightFooterPicture?: Excel.Interfaces.HeaderFooterPictureData;
Property Value
Remarks
rightHeader
The right header of the worksheet. To apply font formatting or insert a variable value, use format codes specified here: https://msdn.microsoft.com/library/bb225426.aspx.
rightHeader?: string;
Property Value
string
Remarks
rightHeaderPicture
Gets a HeaderFooterPicture object that represents the picture for the right section of the header.
rightHeaderPicture?: Excel.Interfaces.HeaderFooterPictureData;
Property Value
Remarks
Office Add-ins
Feedback
Was this page helpful?
