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
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins