Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Excel.CellPropertiesFormat interface
- Package:
- excel
Represents the returned format properties of getCellProperties or format input parameter of setCellProperties.
Remarks
Used by
Properties
| autoIndent | Represents the |
| borders | Represents the |
| fill | Represents the |
| font | Represents the |
| horizontalAlignment | Represents the |
| indentLevel | Represents the |
| protection | Represents the |
| readingOrder | Represents the |
| shrinkToFit | Represents the |
| textOrientation | Represents the |
| useStandardHeight | Represents the |
| useStandardWidth | Represents the |
| verticalAlignment | Represents the |
| wrapText | Represents the |
Property Details
autoIndent
Represents the autoIndent property.
autoIndent?: boolean;
Property Value
boolean
borders
Represents the borders property.
borders?: Excel.CellBorderCollection;
Property Value
fill
Represents the fill property.
fill?: Excel.CellPropertiesFill;
Property Value
font
Represents the font property.
font?: Excel.CellPropertiesFont;
Property Value
horizontalAlignment
Represents the horizontalAlignment property.
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.
indentLevel?: number;
Property Value
number
protection
Represents the protection property.
protection?: Excel.CellPropertiesProtection;
Property Value
readingOrder
Represents the readingOrder property.
readingOrder?: Excel.ReadingOrder | "Context" | "LeftToRight" | "RightToLeft";
Property Value
Excel.ReadingOrder | "Context" | "LeftToRight" | "RightToLeft"
shrinkToFit
Represents the shrinkToFit property.
shrinkToFit?: boolean;
Property Value
boolean
textOrientation
Represents the textOrientation property.
textOrientation?: number;
Property Value
number
useStandardHeight
Represents the useStandardHeight property.
useStandardHeight?: boolean;
Property Value
boolean
useStandardWidth
Represents the useStandardWidth property.
useStandardWidth?: boolean;
Property Value
boolean
verticalAlignment
Represents the verticalAlignment property.
verticalAlignment?: Excel.VerticalAlignment | "Top" | "Center" | "Bottom" | "Justify" | "Distributed";
Property Value
Excel.VerticalAlignment | "Top" | "Center" | "Bottom" | "Justify" | "Distributed"
wrapText
Office Add-ins
Feedback
Was this page helpful?
