XL.Format.SetBorderRightColor
-----------------------------

Sets the color of the right border.

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

MBS( "XL.Format.SetBorderRightColor"; Book; Format; Value ) 

**MBS**( **"XL.Format.SetBorderRightColor";** /\* Sets the color of the right border. \*/  
**$Book**; /\* The reference number for the workbook.e.g. $ref \*/   
**$Format**; /\* The index of the format in the book to target.e.g. 0 \*/   
**$Value**) /\* The new setting. \*/ 

### Parameters

| Parameter | Description | Example |
|---|---|---|
| Book | The reference number for the workbook. | $ref |
| Format | The index of the format in the book to target. | 0 |
| Value | The new setting. | $value |

### Result

Returns OK or error.

### Description

Sets the color of the right border.  
If you set value and book is in RGB mode you can use XL.ColorPack function to get a numeric value for color components. If the book is not in RGB mode, you can use color values as described in [XL.Font.SetColor](XLFontSetColor.md).  
### See also

- [XL.Font.SetColor](XLFontSetColor.md)
- [XL.Format.GetBorderRightColor](XLFormatGetBorderRightColor.md)
- [XL.Format.GetBorderTopColor](XLFormatGetBorderTopColor.md)
- [XL.Format.SetBorderBottomColor](XLFormatSetBorderBottomColor.md)
- [XL.Format.SetBorderColor](XLFormatSetBorderColor.md)
- [XL.Format.SetBorderDiagonal](XLFormatSetBorderDiagonal.md)
- [XL.Format.SetBorderDiagonalColor](XLFormatSetBorderDiagonalColor.md)
- [XL.Format.SetBorderLeftColor](XLFormatSetBorderLeftColor.md)
- [XL.Format.SetBorderRight](XLFormatSetBorderRight.md)
- [XL.Format.SetBorderTopColor](XLFormatSetBorderTopColor.md)

This function checks for a license.

Created 18th August 2014 , last changed 18th August 2014

  
[XL.Format.SetBorderRight](XLFormatSetBorderRight.md) - [XL.Format.SetBorderTop](XLFormatSetBorderTop.md)

[HTML Version](XLFormatSetBorderRightColor.shtml)