Returns or sets a numeric value that determines the type of border of the Style object.

Syntax:
StyleObject.BorderStyle [= E_STYLEBORDER]
The BorderStyle Property (Style Object) syntax has these parts:
| Part |
Description |
| StyleObject |
An object expression that evaluates to a Style object. |
| E_STYLEBORDER |
A numeric value that determines the BorderStyle as described in settings. |
The settings for E_STYLEBORDER are:
| Setting |
Description |
| 0 |
(E_STYLEBORDER.SBR_NONE). No border. |
| 1 |
(E_STYLEBORDER.SBR_SINGLE). Fixed Single. |
Remarks:
This property controls the BorderStyle of any object that is associated with the Style object. The Border will only be visible when the Appearance property of the Style object is set to 4 (Flat).