Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
XL.ConditionalFormat.SetBorderLeftColor
Sets the color of the left border.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
XL | 14.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "XL.ConditionalFormat.SetBorderLeftColor"; bookRef; ConditionalFormatRef; Value ) More
Parameters
Parameter | Description | Example |
---|---|---|
bookRef | The reference to the workbook. Please use XL.LoadBook to load a file. | $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 left border.See also
- XL.ConditionalFormat.GetBorderLeftColor
- XL.ConditionalFormat.GetBorderTopColor
- XL.ConditionalFormat.SetBorderBottom
- XL.ConditionalFormat.SetBorderBottomColor
- XL.ConditionalFormat.SetBorderColor
- XL.ConditionalFormat.SetBorderLeft
- XL.ConditionalFormat.SetBorderRight
- XL.ConditionalFormat.SetBorderRightColor
- XL.ConditionalFormat.SetBorderTop
- XL.ConditionalFormat.SetBorderTopColor
Created 30th March 2024, last changed 30th March 2024
XL.ConditionalFormat.SetBorderLeft - XL.ConditionalFormat.SetBorderRight