2.3.61 BorderColorBottom

The BorderColorBottom property specifies the color of the bottom border. If this property is specified, it MUST be part of a Style record. The value of the BorderColorBottom property overrides the BorderColor property for the bottom border. If the BorderColorBottom property is not defined, the value of BorderColor is used.          

 BorderColorBottom = borderColorBottomStart borderColorBottomValue


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

borderColorBottomStart

borderColorBottomValue (variable)

...

borderColorBottomStart (1 byte): A byte that specifies the start of the BorderColorBottom property. The value of the borderColorBottomStart field MUST be the following value.

Value

Parent

0x04

SharedStyleProperties

NonSharedStyleProperties

borderColorBottomValue (variable): A String variable that specifies the color of the bottom border. A color value can be a color name (user-defined system colors are not supported), an RGB color String of the form #HHHHHH, or an ARGB color String of the form #HHHHHHHH.