Edit

Share via


Excel.Interfaces.HeaderFooterData interface

An interface describing the data returned by calling headerFooter.toJSON().

Remarks

Used by

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 HeaderFooterPicture object that represents the picture for the center section of the footer.

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 HeaderFooterPicture object that represents the picture for the center section of the header.

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 HeaderFooterPicture object that represents the picture for the left section of the footer.

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 HeaderFooterPicture object that represents the picture for the left section of the header.

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 HeaderFooterPicture object that represents the picture for the right section of the footer.

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 HeaderFooterPicture object that represents the picture for the right section of the header.

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

API set: ExcelApi 1.9

centerFooterPicture

Gets a HeaderFooterPicture object that represents the picture for the center section of the footer.

centerFooterPicture?: Excel.Interfaces.HeaderFooterPictureData;

Property Value

Remarks

API set: ExcelApiDesktop 1.1

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

API set: ExcelApi 1.9

centerHeaderPicture

Gets a HeaderFooterPicture object that represents the picture for the center section of the header.

centerHeaderPicture?: Excel.Interfaces.HeaderFooterPictureData;

Property Value

Remarks

API set: ExcelApiDesktop 1.1

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

API set: ExcelApi 1.9

leftFooterPicture

Gets a HeaderFooterPicture object that represents the picture for the left section of the footer.

leftFooterPicture?: Excel.Interfaces.HeaderFooterPictureData;

Property Value

Remarks

API set: ExcelApiDesktop 1.1

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

API set: ExcelApi 1.9

leftHeaderPicture

Gets a HeaderFooterPicture object that represents the picture for the left section of the header.

leftHeaderPicture?: Excel.Interfaces.HeaderFooterPictureData;

Property Value

Remarks

API set: ExcelApiDesktop 1.1

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

API set: ExcelApi 1.9

rightFooterPicture

Gets a HeaderFooterPicture object that represents the picture for the right section of the footer.

rightFooterPicture?: Excel.Interfaces.HeaderFooterPictureData;

Property Value

Remarks

API set: ExcelApiDesktop 1.1

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

API set: ExcelApi 1.9

rightHeaderPicture

Gets a HeaderFooterPicture object that represents the picture for the right section of the header.

rightHeaderPicture?: Excel.Interfaces.HeaderFooterPictureData;

Property Value

Remarks

API set: ExcelApiDesktop 1.1