borderColor property

int borderColor
read / write

Font border color, the calculation formula is: R + G x 256 + B x 65536, the value range of R (red), G (green), and B (blue) 0,255. Required: False. Default value: 0. Value range: 0,16777215.

Implementation

int borderColor;