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.
TypeScript
color?: boolean;
Property Value
boolean
Remarks
Specifies whether to load the style
property.
TypeScript
style?: boolean;
Property Value
boolean
Remarks
Specifies whether to load the tintAndShade
property.
TypeScript
tintAndShade?: boolean;
Property Value
boolean
Remarks
Specifies whether to load the weight
property.
TypeScript
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 feedback
Office Add-ins is an open source project. Select a link to provide feedback: