LineFormat.DashStyle Property
Word Developer Reference |
Returns or sets the dash style for the specified line. Read/write MsoLineDashStyle.
Syntax
expression.DashStyle
expression Required. A variable that represents a LineFormat object.
Example
This example adds a blue dashed line to the active document.
Visual Basic for Applications |
---|
|
See Also