XL.ConditionalFormat.SetBorderBottomColor
-----------------------------------------

Sets the color of the bottom border.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [XL](component_XL.md) | [14.2](newinversion142.md) | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |

MBS( "XL.ConditionalFormat.SetBorderBottomColor"; BookRef; ConditionalFormatRef; Value ) 

**MBS**( **"XL.ConditionalFormat.SetBorderBottomColor";** /\* Sets the color of the bottom border. \*/  
**$BookRef**; /\* The reference number for the workbook.e.g. $ref \*/   
**$ConditionalFormatRef**; /\* The reference number for the conditional format.e.g. $ConditionalFormat \*/   
**$Value**) /\* The new color.e.g. 10 \*/ 

### Parameters

| Parameter | Description | Example |
|---|---|---|
| BookRef | The reference number for the workbook. | $ref |
| ConditionalFormatRef | The reference number for the conditional format. | $ConditionalFormat |
| Value | The new color. | 10 |

### Result

Returns OK or error.

### Description

Sets the color of the bottom border.  
### See also

- [XL.ConditionalFormat.GetBorderBottomColor](XLConditionalFormatGetBorderBottomColor.md)
- [XL.ConditionalFormat.GetBorderRightColor](XLConditionalFormatGetBorderRightColor.md)
- [XL.ConditionalFormat.GetBorderTopColor](XLConditionalFormatGetBorderTopColor.md)
- [XL.ConditionalFormat.SetBorderBottom](XLConditionalFormatSetBorderBottom.md)
- [XL.ConditionalFormat.SetBorderColor](XLConditionalFormatSetBorderColor.md)
- [XL.ConditionalFormat.SetBorderLeft](XLConditionalFormatSetBorderLeft.md)
- [XL.ConditionalFormat.SetBorderLeftColor](XLConditionalFormatSetBorderLeftColor.md)
- [XL.ConditionalFormat.SetBorderRightColor](XLConditionalFormatSetBorderRightColor.md)
- [XL.ConditionalFormat.SetBorderTopColor](XLConditionalFormatSetBorderTopColor.md)

Created 30th March 2024 , last changed 30th March 2024

  
[XL.ConditionalFormat.SetBorderBottom](XLConditionalFormatSetBorderBottom.md) - [XL.ConditionalFormat.SetBorderColor](XLConditionalFormatSetBorderColor.md)

[HTML Version](XLConditionalFormatSetBorderBottomColor.shtml)