Skip to main content

XlLineStyle enumeration

Specifies the line style for the border.

Name Value Description
xlContinuous 1 Continuous line.
xlDash -4115 Dashed line.
xlDashDot 4 Alternating dashes and dots.
xlDashDotDot 5 Dash followed by two dots.
xlDot -4142 Dotted line.
xlDouble -4119 Double line.
xlLineStyleNone -4118 No line.
xlSlantDashDot 13 Slanted dashes.

Leave a comment

Your email address will not be published. Required fields are marked *

Format your code: <pre><code class="language-vba">place your code here</code></pre>