ConditionalRangeBorder Object (JavaScript API for Excel)
Represents the border of an object.
Properties
| Property | Type | Description | Req. Set |
|---|---|---|---|
| color | string | HTML color code representing the color of the border line, of the form #RRGGBB (e.g. "FFA500") or as a named HTML color (e.g. "orange"). | 1.6 |
| id | string | Represents border identifier. Read-only. Possible values are: EdgeTop, EdgeBottom, EdgeLeft, EdgeRight. | 1.6 |
| sideIndex | string | Constant value that indicates the specific side of the border. Read-only. Possible values are: EdgeTop, EdgeBottom, EdgeLeft, EdgeRight. | 1.6 |
| style | string | One of the constants of line style specifying the line style for the border. Possible values are: None, Continuous, Dash, DashDot, DashDotDot, Dot, Double, SlantDashDot. | 1.6 |
See property access examples.
Relationships
None
Methods
None