Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Excel.CellPropertiesFormatLoadOptions interface
- Package:
- excel
Represents which properties to load on the format object.
Remarks
Used by
Properties
| autoIndent | Specifies whether to load on the |
| borders | Specifies whether to load on the |
| fill | Specifies whether to load on the |
| font | Specifies whether to load on the |
| horizontalAlignment | Specifies whether to load on the |
| indentLevel | Specifies whether to load on the |
| protection | Specifies whether to load on the |
| readingOrder | Specifies whether to load on the |
| shrinkToFit | Specifies whether to load on the |
| textOrientation | Specifies whether to load on the |
| useStandardHeight | Specifies whether to load on the |
| useStandardWidth | Specifies whether to load on the |
| verticalAlignment | Specifies whether to load on the |
| wrapText | Specifies whether to load on the |
Property Details
autoIndent
Specifies whether to load on the autoIndent property.
autoIndent?: boolean;
Property Value
boolean
borders
Specifies whether to load on the borders property.
borders?: Excel.CellPropertiesBorderLoadOptions;
Property Value
fill
Specifies whether to load on the fill property.
fill?: Excel.CellPropertiesFillLoadOptions;
Property Value
font
Specifies whether to load on the font property.
font?: Excel.CellPropertiesFontLoadOptions;
Property Value
horizontalAlignment
Specifies whether to load on the horizontalAlignment property.
horizontalAlignment?: boolean;
Property Value
boolean
indentLevel
Specifies whether to load on the indentLevel property.
indentLevel?: boolean;
Property Value
boolean
protection
Specifies whether to load on the protection property.
protection?: boolean;
Property Value
boolean
readingOrder
Specifies whether to load on the readingOrder property.
readingOrder?: boolean;
Property Value
boolean
shrinkToFit
Specifies whether to load on the shrinkToFit property.
shrinkToFit?: boolean;
Property Value
boolean
textOrientation
Specifies whether to load on the textOrientation property.
textOrientation?: boolean;
Property Value
boolean
useStandardHeight
Specifies whether to load on the useStandardHeight property.
useStandardHeight?: boolean;
Property Value
boolean
useStandardWidth
Specifies whether to load on the useStandardWidth property.
useStandardWidth?: boolean;
Property Value
boolean
verticalAlignment
Specifies whether to load on the verticalAlignment property.
verticalAlignment?: boolean;
Property Value
boolean
wrapText
Specifies whether to load on the wrapText property.
wrapText?: boolean;
Property Value
boolean
Office Add-ins
Feedback
Was this page helpful?
