# GrapeCity.Win.Spread.InputMan.CellType.LineStyle

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_LineStyle" data-uid="GrapeCity.Win.Spread.InputMan.CellType.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.Win.Spread.InputMan.CellType.html">GrapeCity.Win.Spread.InputMan.CellType</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Win.PluginInputMan.dll</h6>
  <h5 id="GrapeCity_Win_Spread_InputMan_CellType_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_Win_Spread_InputMan_CellType_LineStyle_DashDot">DashDot</td>
        <td><p>Specifies a line consisting of a repeating pattern of dash-dot.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_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_Win_Spread_InputMan_CellType_LineStyle_Dashed">Dashed</td>
        <td><p>Specifies a line consisting of dashes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_LineStyle_Dotted">Dotted</td>
        <td><p>Specifies a line consisting of dots.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_LineStyle_Double">Double</td>
        <td><p>Specifies a double line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_LineStyle_Hair">Hair</td>
        <td><p>Specifies a dashed style line with dashes spaced 50 percent closer than the dashed style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_LineStyle_Inset">Inset</td>
        <td><p>Specifies a line with an inset effect.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_LineStyle_None">None</td>
        <td><p>Specifies no line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_LineStyle_Raised">Raised</td>
        <td><p>Specifies a line with a raised effect.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_LineStyle_Single">Single</td>
        <td><p>Specifies a single line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_LineStyle_Thick">Thick</td>
        <td><p>Specifies a thick single line.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
