2.3.64 BorderStyleRight

The BorderStyleRight property specifies the style of the right border. If this property is specified, it MUST be part of a Style record. The value of the BorderStyleRight property overrides the BorderStyle property for the right border. If the BorderStyleRight property is not defined, the value of BorderStyle is used.          

 BorderStyleRight = borderStyleRightStart borderStyleRightValue


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

borderStyleRightStart

borderStyleRightValue

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

Value

Parent

0x07

SharedStyleProperties

NonSharedStyleProperties

borderStyleRightValue (1 byte): A byte that specifies the style of the right border. The value of this field is of type BorderStyles, and it MUST be contained in the BorderStyles enumeration.<42>