Excel.CellPropertiesFormat interface

Represents the returned format properties of getCellProperties or format input parameter of setCellProperties.

[ API set: ExcelApi 1.9 ]

Properties

autoIndent

Represents the autoIndent property.

[ API set: ExcelApi 1.9 ]

borders

Represents the borders property.

[ API set: ExcelApi 1.9 ]

fill

Represents the fill property.

[ API set: ExcelApi 1.9 ]

font

Represents the font property.

[ API set: ExcelApi 1.9 ]

horizontalAlignment

Represents the horizontalAlignment property.

[ API set: ExcelApi 1.9 ]

indentLevel

Represents the indentLevel property.

[ API set: ExcelApi 1.9 ]

protection

Represents the protection property.

[ API set: ExcelApi 1.9 ]

readingOrder

Represents the readingOrder property.

[ API set: ExcelApi 1.9 ]

shrinkToFit

Represents the shrinkToFit property.

[ API set: ExcelApi 1.9 ]

textOrientation

Represents the textOrientation property.

[ API set: ExcelApi 1.9 ]

useStandardHeight

Represents the useStandardHeight property.

[ API set: ExcelApi 1.9 ]

useStandardWidth

Represents the useStandardWidth property.

[ API set: ExcelApi 1.9 ]

verticalAlignment

Represents the verticalAlignment property.

[ API set: ExcelApi 1.9 ]

wrapText

Represents the wrapText property.

[ API set: ExcelApi 1.9 ]

Property Details

autoIndent

Represents the autoIndent property.

[ API set: ExcelApi 1.9 ]

autoIndent?: boolean;

Property Value

boolean

borders

Represents the borders property.

[ API set: ExcelApi 1.9 ]

borders?: Excel.CellBorderCollection;

Property Value

fill

Represents the fill property.

[ API set: ExcelApi 1.9 ]

fill?: Excel.CellPropertiesFill;

Property Value

font

Represents the font property.

[ API set: ExcelApi 1.9 ]

font?: Excel.CellPropertiesFont;

Property Value

horizontalAlignment

Represents the horizontalAlignment property.

[ API set: ExcelApi 1.9 ]

horizontalAlignment?: Excel.HorizontalAlignment | "General" | "Left" | "Center" | "Right" | "Fill" | "Justify" | "CenterAcrossSelection" | "Distributed";

Property Value

Excel.HorizontalAlignment | "General" | "Left" | "Center" | "Right" | "Fill" | "Justify" | "CenterAcrossSelection" | "Distributed"

indentLevel

Represents the indentLevel property.

[ API set: ExcelApi 1.9 ]

indentLevel?: number;

Property Value

number

protection

Represents the protection property.

[ API set: ExcelApi 1.9 ]

protection?: Excel.CellPropertiesProtection;

Property Value

readingOrder

Represents the readingOrder property.

[ API set: ExcelApi 1.9 ]

readingOrder?: Excel.ReadingOrder | "Context" | "LeftToRight" | "RightToLeft";

Property Value

Excel.ReadingOrder | "Context" | "LeftToRight" | "RightToLeft"

shrinkToFit

Represents the shrinkToFit property.

[ API set: ExcelApi 1.9 ]

shrinkToFit?: boolean;

Property Value

boolean

textOrientation

Represents the textOrientation property.

[ API set: ExcelApi 1.9 ]

textOrientation?: number;

Property Value

number

useStandardHeight

Represents the useStandardHeight property.

[ API set: ExcelApi 1.9 ]

useStandardHeight?: boolean;

Property Value

boolean

useStandardWidth

Represents the useStandardWidth property.

[ API set: ExcelApi 1.9 ]

useStandardWidth?: boolean;

Property Value

boolean

verticalAlignment

Represents the verticalAlignment property.

[ API set: ExcelApi 1.9 ]

verticalAlignment?: Excel.VerticalAlignment | "Top" | "Center" | "Bottom" | "Justify" | "Distributed";

Property Value

Excel.VerticalAlignment | "Top" | "Center" | "Bottom" | "Justify" | "Distributed"

wrapText

Represents the wrapText property.

[ API set: ExcelApi 1.9 ]

wrapText?: boolean;

Property Value

boolean