Excel.Interfaces.HeaderFooterData interface
An interface describing the data returned by calling headerFooter.toJSON().
Properties
| center |
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. |
| center |
Gets a |
| center |
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. |
| center |
Gets a |
| left |
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. |
| left |
Gets a |
| left |
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. |
| left |
Gets a |
| right |
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. |
| right |
Gets a |
| right |
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. |
| right |
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;