Excel.Interfaces.HeaderFooterData interface

Warning

This API is now deprecated.

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.

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.

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.

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.

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.

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.

Property Details

centerFooter

Warning

This API is now deprecated.

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 ]

centerHeader

Warning

This API is now deprecated.

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 ]

leftFooter

Warning

This API is now deprecated.

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 ]

leftHeader

Warning

This API is now deprecated.

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 ]

rightFooter

Warning

This API is now deprecated.

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 ]

rightHeader

Warning

This API is now deprecated.

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 ]