2.3.63 BorderStyleLeft

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

 BorderStyleLeft = borderStyleLeftStart borderStyleLeftValue


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

borderStyleLeftStart

borderStyleLeftValue

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

Value

Parent

0x06

SharedStyleProperties

NonSharedStyleProperties

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