Excel.CellPropertiesFormat interface
Represents the returned format properties of getCellProperties or format input parameter of setCellProperties.
[Api set: ExcelApi 1.9]
Properties
| auto |
Represents the [Api set: ExcelApi 1.9] |
| borders | Represents the [Api set: ExcelApi 1.9] |
| fill | Represents the [Api set: ExcelApi 1.9] |
| font | Represents the [Api set: ExcelApi 1.9] |
| horizontal |
Represents the [Api set: ExcelApi 1.9] |
| indent |
Represents the [Api set: ExcelApi 1.9] |
| protection | Represents the [Api set: ExcelApi 1.9] |
| reading |
Represents the [Api set: ExcelApi 1.9] |
| shrink |
Represents the [Api set: ExcelApi 1.9] |
| text |
Represents the [Api set: ExcelApi 1.9] |
| use |
Represents the [Api set: ExcelApi 1.9] |
| use |
Represents the [Api set: ExcelApi 1.9] |
| vertical |
Represents the [Api set: ExcelApi 1.9] |
| wrap |
Represents the [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