Excel.CellPropertiesBorderLoadOptions interface
Specifies which properties to load on the format.borders object.
Remarks
Properties
| color | Specifies whether to load the |
| style | Specifies whether to load the |
| tint |
Specifies whether to load the |
| weight | Specifies whether to load the |
Property Details
color
Specifies whether to load the color property.
color?: boolean;
Property Value
boolean
Remarks
style
Specifies whether to load the style property.
style?: boolean;
Property Value
boolean
Remarks
tintAndShade
Specifies whether to load the tintAndShade property.
tintAndShade?: boolean;
Property Value
boolean
Remarks
weight
Specifies whether to load the weight property.
weight?: boolean;
Property Value
boolean