Edit

Share via


Excel.Interfaces.HeaderFooterLoadOptions interface

Remarks

[ API set: ExcelApi 1.9 ]

Properties

$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).

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

$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

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?: boolean;

Property Value

boolean

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.HeaderFooterPictureLoadOptions;

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?: boolean;

Property Value

boolean

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.HeaderFooterPictureLoadOptions;

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?: boolean;

Property Value

boolean

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.HeaderFooterPictureLoadOptions;

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?: boolean;

Property Value

boolean

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.HeaderFooterPictureLoadOptions;

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?: boolean;

Property Value

boolean

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.HeaderFooterPictureLoadOptions;

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?: boolean;

Property Value

boolean

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.HeaderFooterPictureLoadOptions;

Property Value

Remarks

[ API set: ExcelApiDesktop 1.1 ]