# GrapeCity.Documents.Excel.BorderLineStyle

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Excel_BorderLineStyle" data-uid="GrapeCity.Documents.Excel.BorderLineStyle" class="text-break">BorderLineStyle Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the line style for the border.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_BorderLineStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum BorderLineStyle</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum BorderLineStyle</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_BorderLineStyle_DashDot">DashDot</td>
        <td><p>Specifies a dash dot border.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_BorderLineStyle_DashDotDot">DashDotDot</td>
        <td><p>Specifies a dash dot dot border.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_BorderLineStyle_Dashed">Dashed</td>
        <td><p>Specifies a dashed border.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_BorderLineStyle_Dotted">Dotted</td>
        <td><p>Specifies a dotted border.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_BorderLineStyle_Double">Double</td>
        <td><p>Specifies a double line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_BorderLineStyle_Hair">Hair</td>
        <td><p>Specifies a hairline border.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_BorderLineStyle_Medium">Medium</td>
        <td><p>Specifies a medium border.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_BorderLineStyle_MediumDashDot">MediumDashDot</td>
        <td><p>Specifies a medium dash dot border.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_BorderLineStyle_MediumDashDotDot">MediumDashDotDot</td>
        <td><p>Specifies a medium dash dot dot border.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_BorderLineStyle_MediumDashed">MediumDashed</td>
        <td><p>Specifies a medium dashed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_BorderLineStyle_None">None</td>
        <td><p>Specifies no border.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_BorderLineStyle_SlantDashDot">SlantDashDot</td>
        <td><p>Specifies a slant dash dot border.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_BorderLineStyle_Thick">Thick</td>
        <td><p>Specifies a thick line border.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_BorderLineStyle_Thin">Thin</td>
        <td><p>Specifies a thin border.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
