# GrapeCity.Documents.Excel.Drawing.LineStyle

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Excel_Drawing_LineStyle" data-uid="GrapeCity.Documents.Excel.Drawing.LineStyle" class="text-break">LineStyle Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the 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_LineStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum LineStyle</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum LineStyle</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_LineStyle_Single">Single</td>
        <td><p>Specifies a single line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_LineStyle_ThickBetweenThin">ThickBetweenThin</td>
        <td><p>Specifies a thick line with a thin line on each side.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_LineStyle_ThickThin">ThickThin</td>
        <td><p>Specifies a thick line next to a thin line. For horizontal lines, the thick line is above the thin line. For vertical lines, the thick line is to the left of the thin line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_LineStyle_ThinThick">ThinThick</td>
        <td><p>Specifies a thick line next to a thin line. For horizontal lines, the thick line is below the thin line. For vertical lines, the thick line is to the right of the thin line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_LineStyle_ThinThin">ThinThin</td>
        <td><p>Specifies two thin lines.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
