DefaultBorderLineStyle Property Example

This example sets the default line style to double.

Options.DefaultBorderLineStyle = wdLineStyleDouble

This example returns the current default line style.

temp = Options.DefaultBorderLineStyle

Send feedback to MSDN.Look here for MSDN Online resources.