# GrapeCity.Documents.Excel.Drawing.LineDashStyle

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Excel_Drawing_LineDashStyle" data-uid="GrapeCity.Documents.Excel.Drawing.LineDashStyle" class="text-break">LineDashStyle Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the dash style for a line.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.Drawing.html">GrapeCity.Documents.Excel.Drawing</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_Drawing_LineDashStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum LineDashStyle</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum LineDashStyle</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_LineDashStyle_Dash">Dash</td>
        <td><p>Specifies the line consists of only dashes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_LineDashStyle_DashDot">DashDot</td>
        <td><p>Specifies the line is a dash-dot pattern.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_LineDashStyle_DashDotDot">DashDotDot</td>
        <td><p>Specifies the line is a dash-dot-dot pattern.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_LineDashStyle_LongDash">LongDash</td>
        <td><p>Specifies the line consists of long dashes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_LineDashStyle_LongDashDot">LongDashDot</td>
        <td><p>Specifies the line is a long dash-dot pattern.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_LineDashStyle_LongDashDotDot">LongDashDotDot</td>
        <td><p>Specifies the line is a long dash-dot-dot pattern.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_LineDashStyle_Mixed">Mixed</td>
        <td><p>For special shapes use only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_LineDashStyle_RoundDot">RoundDot</td>
        <td><p>Specifies the line is made up of round dots.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_LineDashStyle_Solid">Solid</td>
        <td><p>Specifies the line is solid.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_LineDashStyle_SquareDot">SquareDot</td>
        <td><p>Specifies the line is made up of square dots.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_LineDashStyle_SysDash">SysDash</td>
        <td><p>Specifies the line is a long system-dash pattern.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_LineDashStyle_SysDashDot">SysDashDot</td>
        <td><p>Specifies the line is a long system-dash-dot pattern.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_LineDashStyle_SysDot">SysDot</td>
        <td><p>Specifies the line is a long system-dot pattern.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
