Options.DefaultBorderLineWidth Property (Word)
Returns or sets the default line width of borders. Read/write WdLineWidth.
Syntax
expression .DefaultBorderLineWidth
expression Required. A variable that represents an Options collection.
Example
This example changes the default line width of borders and then adds a border around each paragraph in the selection.
Options.DefaultBorderLineWidth = wdLineWidth050pt
Selection.Borders.Enable = True