# GrapeCity.SpreadBuilder.Style.BorderLineStyle

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_SpreadBuilder_Style_BorderLineStyle" data-uid="GrapeCity.SpreadBuilder.Style.BorderLineStyle" class="text-break">BorderLineStyle Enum
</h1>
  <div class="markdown level0 summary"><p>Border line styles.  Used for DDCell.BorderTopStyle, .BorderBottomStyle, etc...</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.SpreadBuilder.Style.html">GrapeCity.SpreadBuilder.Style</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.SpreadBuilder.dll</h6>
  <h5 id="GrapeCity_SpreadBuilder_Style_BorderLineStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum BorderLineStyle : short</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_SpreadBuilder_Style_BorderLineStyle_DashDot">DashDot</td>
        <td><p>DashDot</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Style_BorderLineStyle_DashDotDot">DashDotDot</td>
        <td><p>DashDotDot</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Style_BorderLineStyle_Dashed">Dashed</td>
        <td><p>Dashed</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Style_BorderLineStyle_Dotted">Dotted</td>
        <td><p>Dotted</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Style_BorderLineStyle_Double">Double</td>
        <td><p>Double</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Style_BorderLineStyle_Hair">Hair</td>
        <td><p>Hair</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Style_BorderLineStyle_Medium">Medium</td>
        <td><p>Medium</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Style_BorderLineStyle_MediumDashDot">MediumDashDot</td>
        <td><p>MediumDashDot</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Style_BorderLineStyle_MediumDashDotDot">MediumDashDotDot</td>
        <td><p>MediumDashDotDot</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Style_BorderLineStyle_MediumDashed">MediumDashed</td>
        <td><p>MediumDashed</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Style_BorderLineStyle_None">None</td>
        <td><p>None</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Style_BorderLineStyle_SlantedDashDot">SlantedDashDot</td>
        <td><p>SlantedDashDot</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Style_BorderLineStyle_Thick">Thick</td>
        <td><p>Thick</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Style_BorderLineStyle_Thin">Thin</td>
        <td><p>Thin</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
