Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Excel.CellPropertiesBorderLoadOptions interface
- Package:
- excel
Specifies which properties to load on the format.borders object.
Properties
| color | Specifies whether to load the |
| style | Specifies whether to load the |
| tintAndShade | 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
Feedback
Was this page helpful?
