Excel.CellPropertiesBorderLoadOptions interface
Specifies which properties to load on the format.borders
object.
color | Specifies whether to load the |
style | Specifies whether to load the |
tint |
Specifies whether to load the |
weight | Specifies whether to load the |
Specifies whether to load the color
property.
color?: boolean;
Property Value
boolean
Remarks
Specifies whether to load the style
property.
style?: boolean;
Property Value
boolean
Remarks
Specifies whether to load the tintAndShade
property.
tintAndShade?: boolean;
Property Value
boolean
Remarks
Specifies whether to load the weight
property.
weight?: boolean;
Property Value
boolean
Remarks
Office Add-ins feedback
Office Add-ins is an open source project. Select a link to provide feedback: