ExcelScript.PageLayoutMarginOptions interface

Represents the options in page layout margins.

Properties

bottom

Specifies the page layout bottom margin in the unit specified to use for printing.

footer

Specifies the page layout footer margin in the unit specified to use for printing.

header

Specifies the page layout header margin in the unit specified to use for printing.

left

Specifies the page layout left margin in the unit specified to use for printing.

right

Specifies the page layout right margin in the unit specified to use for printing.

top

Specifies the page layout top margin in the unit specified to use for printing.

Property Details

bottom

Specifies the page layout bottom margin in the unit specified to use for printing.

bottom?: number;

Property Value

number

Specifies the page layout footer margin in the unit specified to use for printing.

footer?: number;

Property Value

number

header

Specifies the page layout header margin in the unit specified to use for printing.

header?: number;

Property Value

number

left

Specifies the page layout left margin in the unit specified to use for printing.

left?: number;

Property Value

number

right

Specifies the page layout right margin in the unit specified to use for printing.

right?: number;

Property Value

number

top

Specifies the page layout top margin in the unit specified to use for printing.

top?: number;

Property Value

number