# GrapeCity.Wpf.SpreadSheet.CellType.Editors.LineStyle

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_LineStyle" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.LineStyle" class="text-break">LineStyle Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the style of the line.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.html">GrapeCity.Wpf.SpreadSheet.CellType.Editors</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Wpf.SpreadSheet.CellType.dll</h6>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_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_Wpf_SpreadSheet_CellType_Editors_LineStyle_DashDot">DashDot</td>
        <td><p>Specifies a line consisting of a repeating pattern of dash-dot.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_LineStyle_DashDotDot">DashDotDot</td>
        <td><p>Specifies a line consisting of a repeating pattern of dash-dot-dot.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_LineStyle_Dashed">Dashed</td>
        <td><p>Specifies a line consisting of dashes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_LineStyle_Dotted">Dotted</td>
        <td><p>Specifies a line consisting of dots.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_LineStyle_Double">Double</td>
        <td><p>Specifies a double line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_LineStyle_Hair">Hair</td>
        <td><p>Specifies a line of Dashed style with spaced 50 percent closer together than the Dashed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_LineStyle_Inset">Inset</td>
        <td><p>Specifies a line with inset effect.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_LineStyle_None">None</td>
        <td><p>Specifies no line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_LineStyle_Raised">Raised</td>
        <td><p>Specifies a line with raised effect.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_LineStyle_Single">Single</td>
        <td><p>Specifies a single line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_LineStyle_Thick">Thick</td>
        <td><p>Specifies a thick single line.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
