XL.Format.GetBorderRightColor
-----------------------------

Returns 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.GetBorderRightColor"; Book; Format ) 

**MBS**( **"XL.Format.GetBorderRightColor";** /\* Returns 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 \*/ 

### Parameters

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

### Result

Returns value or error.

### Description

Returns the color of the right border.  
If book is in RGB mode, you need to use [XL.Color.UnPack](XLColorUnPack.md) to get red, green and blue color components from the returned number. If book is not in RGB mode, you receive a color number (see [XL.Font.SetColor](XLFontSetColor.md)).  
### See also

- [XL.Color.UnPack](XLColorUnPack.md)
- [XL.Font.SetColor](XLFontSetColor.md)
- [XL.Format.GetBorderRight](XLFormatGetBorderRight.md)
- [XL.Format.GetBorderTopColor](XLFormatGetBorderTopColor.md)
- [XL.Format.SetBorderBottomColor](XLFormatSetBorderBottomColor.md)
- [XL.Format.SetBorderColor](XLFormatSetBorderColor.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.GetBorderRight](XLFormatGetBorderRight.md) - [XL.Format.GetBorderTop](XLFormatGetBorderTop.md)

[HTML Version](XLFormatGetBorderRightColor.shtml)