LineFormat.DashStyle Property
Excel Developer Reference |
Returns or sets the dash style for the specified line. Can be one of the MsoLineDashStyle contants. Read/write Long.
Syntax
expression.DashStyle
expression A variable that represents a LineFormat object.
Example
This example adds a blue dashed line to myDocument
.
Visual Basic for Applications |
---|
|
See Also