Excel.CellPropertiesFormatLoadOptions interface
Represents which properties to load on the format object.
[Api set: ExcelApi 1.9]
Properties
| auto |
Specifies whether to load on the [Api set: ExcelApi 1.9] |
| borders | Specifies whether to load on the [Api set: ExcelApi 1.9] |
| fill | Specifies whether to load on the [Api set: ExcelApi 1.9] |
| font | Specifies whether to load on the [Api set: ExcelApi 1.9] |
| horizontal |
Specifies whether to load on the [Api set: ExcelApi 1.9] |
| indent |
Specifies whether to load on the [Api set: ExcelApi 1.9] |
| protection | Specifies whether to load on the [Api set: ExcelApi 1.9] |
| reading |
Specifies whether to load on the [Api set: ExcelApi 1.9] |
| shrink |
Specifies whether to load on the [Api set: ExcelApi 1.9] |
| text |
Specifies whether to load on the [Api set: ExcelApi 1.9] |
| use |
Specifies whether to load on the [Api set: ExcelApi 1.9] |
| use |
Specifies whether to load on the [Api set: ExcelApi 1.9] |
| vertical |
Specifies whether to load on the [Api set: ExcelApi 1.9] |
| wrap |
Specifies whether to load on the [Api set: ExcelApi 1.9] |
Property Details
autoIndent
Specifies whether to load on the autoIndent property.
[Api set: ExcelApi 1.9]
autoIndent?: boolean;
Property Value
boolean
borders
Specifies whether to load on the borders property.
[Api set: ExcelApi 1.9]
borders?: Excel.CellPropertiesBorderLoadOptions;
Property Value
fill
Specifies whether to load on the fill property.
[Api set: ExcelApi 1.9]
fill?: Excel.CellPropertiesFillLoadOptions;
Property Value
font
Specifies whether to load on the font property.
[Api set: ExcelApi 1.9]
font?: Excel.CellPropertiesFontLoadOptions;
Property Value
horizontalAlignment
Specifies whether to load on the horizontalAlignment property.
[Api set: ExcelApi 1.9]
horizontalAlignment?: boolean;
Property Value
boolean
indentLevel
Specifies whether to load on the indentLevel property.
[Api set: ExcelApi 1.9]
indentLevel?: boolean;
Property Value
boolean
protection
Specifies whether to load on the protection property.
[Api set: ExcelApi 1.9]
protection?: boolean;
Property Value
boolean
readingOrder
Specifies whether to load on the readingOrder property.
[Api set: ExcelApi 1.9]
readingOrder?: boolean;
Property Value
boolean
shrinkToFit
Specifies whether to load on the shrinkToFit property.
[Api set: ExcelApi 1.9]
shrinkToFit?: boolean;
Property Value
boolean
textOrientation
Specifies whether to load on the textOrientation property.
[Api set: ExcelApi 1.9]
textOrientation?: boolean;
Property Value
boolean
useStandardHeight
Specifies whether to load on the useStandardHeight property.
[Api set: ExcelApi 1.9]
useStandardHeight?: boolean;
Property Value
boolean
useStandardWidth
Specifies whether to load on the useStandardWidth property.
[Api set: ExcelApi 1.9]
useStandardWidth?: boolean;
Property Value
boolean
verticalAlignment
Specifies whether to load on the verticalAlignment property.
[Api set: ExcelApi 1.9]
verticalAlignment?: boolean;
Property Value
boolean
wrapText
Specifies whether to load on the wrapText property.
[Api set: ExcelApi 1.9]
wrapText?: boolean;
Property Value
boolean