# GrapeCity.Spreadsheet.BorderLineStyle

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_BorderLineStyle" data-uid="GrapeCity.Spreadsheet.BorderLineStyle" class="text-break">BorderLineStyle Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the line style of border.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.html">GrapeCity.Spreadsheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_BorderLineStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum BorderLineStyle : byte</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum BorderLineStyle As Byte</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_Spreadsheet_BorderLineStyle_DashDot">DashDot</td>
        <td><p>Dash Dot.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_BorderLineStyle_DashDotDot">DashDotDot</td>
        <td><p>Dash Dot Dot.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_BorderLineStyle_Dashed">Dashed</td>
        <td><p>Dashed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_BorderLineStyle_Dotted">Dotted</td>
        <td><p>Dotted.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_BorderLineStyle_Double">Double</td>
        <td><p>Double Line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_BorderLineStyle_Hair">Hair</td>
        <td><p>Hairline Border.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_BorderLineStyle_Medium">Medium</td>
        <td><p>Medium Border.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_BorderLineStyle_MediumDashDot">MediumDashDot</td>
        <td><p>Medium Dash Dot.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_BorderLineStyle_MediumDashDotDot">MediumDashDotDot</td>
        <td><p>Medium Dash Dot Dot.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_BorderLineStyle_MediumDashed">MediumDashed</td>
        <td><p>Medium Dashed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_BorderLineStyle_None">None</td>
        <td><p>No border.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_BorderLineStyle_SlantDashDot">SlantDashDot</td>
        <td><p>Slant Dash Dot.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_BorderLineStyle_Thick">Thick</td>
        <td><p>Thick Line Border.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_BorderLineStyle_Thin">Thin</td>
        <td><p>Thin Border.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_BorderLineStyle_Unset">Unset</td>
        <td><p>The border line style is unset.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
