ExcelScript.HeaderFooter interface

Methods

getCenterFooter()

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.

getCenterHeader()

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.

getLeftFooter()

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.

getLeftHeader()

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.

getRightFooter()

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.

getRightHeader()

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.

setCenterFooter(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.

setCenterHeader(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.

setLeftFooter(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.

setLeftHeader(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.

setRightFooter(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.

setRightHeader(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.

Method Details

getCenterFooter()

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.

getCenterFooter(): string;

Returns

string

getCenterHeader()

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.

getCenterHeader(): string;

Returns

string

getLeftFooter()

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.

getLeftFooter(): string;

Returns

string

getLeftHeader()

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.

getLeftHeader(): string;

Returns

string

getRightFooter()

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.

getRightFooter(): string;

Returns

string

getRightHeader()

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.

getRightHeader(): string;

Returns

string

setCenterFooter(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.

setCenterFooter(centerFooter: string): void;

Parameters

centerFooter

string

Returns

void

setCenterHeader(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.

setCenterHeader(centerHeader: string): void;

Parameters

centerHeader

string

Returns

void

setLeftFooter(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.

setLeftFooter(leftFooter: string): void;

Parameters

leftFooter

string

Returns

void

setLeftHeader(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.

setLeftHeader(leftHeader: string): void;

Parameters

leftHeader

string

Returns

void

setRightFooter(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.

setRightFooter(rightFooter: string): void;

Parameters

rightFooter

string

Returns

void

setRightHeader(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.

setRightHeader(rightHeader: string): void;

Parameters

rightHeader

string

Returns

void