Edit

Excel.CellPropertiesFormatLoadOptions interface

Represents which properties to load on the format object.

[Api set: ExcelApi 1.9]

Properties

autoIndent

Specifies whether to load on the autoIndent property.

[Api set: ExcelApi 1.9]

borders

Specifies whether to load on the borders property.

[Api set: ExcelApi 1.9]

fill

Specifies whether to load on the fill property.

[Api set: ExcelApi 1.9]

font

Specifies whether to load on the font property.

[Api set: ExcelApi 1.9]

horizontalAlignment

Specifies whether to load on the horizontalAlignment property.

[Api set: ExcelApi 1.9]

indentLevel

Specifies whether to load on the indentLevel property.

[Api set: ExcelApi 1.9]

protection

Specifies whether to load on the protection property.

[Api set: ExcelApi 1.9]

readingOrder

Specifies whether to load on the readingOrder property.

[Api set: ExcelApi 1.9]

shrinkToFit

Specifies whether to load on the shrinkToFit property.

[Api set: ExcelApi 1.9]

textOrientation

Specifies whether to load on the textOrientation property.

[Api set: ExcelApi 1.9]

useStandardHeight

Specifies whether to load on the useStandardHeight property.

[Api set: ExcelApi 1.9]

useStandardWidth

Specifies whether to load on the useStandardWidth property.

[Api set: ExcelApi 1.9]

verticalAlignment

Specifies whether to load on the verticalAlignment property.

[Api set: ExcelApi 1.9]

wrapText

Specifies whether to load on the wrapText property.

[Api set: ExcelApi 1.9]

Property Details

autoIndent

Specifies whether to load on the autoIndent property.

[Api set: ExcelApi 1.9]

autoIndent?: boolean;

Property Value

boolean

borders

Specifies whether to load on the borders property.

[Api set: ExcelApi 1.9]

borders?: Excel.CellPropertiesBorderLoadOptions;

Property Value

fill

Specifies whether to load on the fill property.

[Api set: ExcelApi 1.9]

fill?: Excel.CellPropertiesFillLoadOptions;

Property Value

font

Specifies whether to load on the font property.

[Api set: ExcelApi 1.9]

font?: Excel.CellPropertiesFontLoadOptions;

Property Value

horizontalAlignment

Specifies whether to load on the horizontalAlignment property.

[Api set: ExcelApi 1.9]

horizontalAlignment?: boolean;

Property Value

boolean

indentLevel

Specifies whether to load on the indentLevel property.

[Api set: ExcelApi 1.9]

indentLevel?: boolean;

Property Value

boolean

protection

Specifies whether to load on the protection property.

[Api set: ExcelApi 1.9]

protection?: boolean;

Property Value

boolean

readingOrder

Specifies whether to load on the readingOrder property.

[Api set: ExcelApi 1.9]

readingOrder?: boolean;

Property Value

boolean

shrinkToFit

Specifies whether to load on the shrinkToFit property.

[Api set: ExcelApi 1.9]

shrinkToFit?: boolean;

Property Value

boolean

textOrientation

Specifies whether to load on the textOrientation property.

[Api set: ExcelApi 1.9]

textOrientation?: boolean;

Property Value

boolean

useStandardHeight

Specifies whether to load on the useStandardHeight property.

[Api set: ExcelApi 1.9]

useStandardHeight?: boolean;

Property Value

boolean

useStandardWidth

Specifies whether to load on the useStandardWidth property.

[Api set: ExcelApi 1.9]

useStandardWidth?: boolean;

Property Value

boolean

verticalAlignment

Specifies whether to load on the verticalAlignment property.

[Api set: ExcelApi 1.9]

verticalAlignment?: boolean;

Property Value

boolean

wrapText

Specifies whether to load on the wrapText property.

[Api set: ExcelApi 1.9]

wrapText?: boolean;

Property Value

boolean