Excel.CellPropertiesFillLoadOptions interface
Specifies which properties to load on the format.fill object.
Remarks
[Api set: ExcelApi 1.9]
Properties
| color | Specifies whether to load the |
| pattern | Specifies whether to load the |
| pattern |
Specifies whether to load the |
| pattern |
Specifies whether to load the |
| tint |
Specifies whether to load the |
Property Details
color
Specifies whether to load the color property.
color?: boolean;
Property Value
boolean
Remarks
[Api set: ExcelApi 1.9]
pattern
Specifies whether to load the pattern property.
pattern?: boolean;
Property Value
boolean
Remarks
[Api set: ExcelApi 1.9]
patternColor
Specifies whether to load the patternColor property.
patternColor?: boolean;
Property Value
boolean
Remarks
[Api set: ExcelApi 1.9]
patternTintAndShade
Specifies whether to load the patternTintAndShade property.
patternTintAndShade?: boolean;
Property Value
boolean
Remarks
[Api set: ExcelApi 1.9]
tintAndShade
Specifies whether to load the tintAndShade property.
tintAndShade?: boolean;
Property Value
boolean
Remarks
[Api set: ExcelApi 1.9]