Options.DefaultBorderLineStyle Property
Word Developer Reference |
Returns or sets the default border line style. Read/write WdLineStyle.
Syntax
expression.DefaultBorderLineStyle
expression Required. A variable that represents an Options collection.
Example
This example sets the default line style to double.
Visual Basic for Applications |
---|
|
This example returns the current default line style.
Visual Basic for Applications |
---|
|
See Also