Excel.CellPropertiesFormatLoadOptions interface
Represents which properties to load on the format object.
Properties
auto |
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 |
horizontal |
Specifies whether to load on the |
indent |
Specifies whether to load on the |
protection | Specifies whether to load on the |
reading |
Specifies whether to load on the |
shrink |
Specifies whether to load on the |
text |
Specifies whether to load on the |
use |
Specifies whether to load on the |
use |
Specifies whether to load on the |
vertical |
Specifies whether to load on the |
wrap |
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