# GrapeCity.SpreadBuilder.Imaging.LineStyles

## Content

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




  <h1 id="GrapeCity_SpreadBuilder_Imaging_LineStyles" data-uid="GrapeCity.SpreadBuilder.Imaging.LineStyles" class="text-break">LineStyles Enum
</h1>
  <div class="markdown level0 summary"><p>Contains the different line styles for different versions of BIFF. Note that some values are not valid in some versions of the Excel BIFF file format.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.SpreadBuilder.Imaging.html">GrapeCity.SpreadBuilder.Imaging</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.SpreadBuilder.dll</h6>
  <h5 id="GrapeCity_SpreadBuilder_Imaging_LineStyles_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum LineStyles</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_Imaging_LineStyles_Dash">Dash</td>
        <td><p>Dash.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_LineStyles_DashDot">DashDot</td>
        <td><p>Dash Dot.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_LineStyles_LongDash">LongDash</td>
        <td><p>Long Dash.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_LineStyles_LongDashDot">LongDashDot</td>
        <td><p>Long Dash Dot.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_LineStyles_LongDashDotDot">LongDashDotDot</td>
        <td><p>Long Dash Dot Dot.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_LineStyles_LooselySpacedSquareDot">LooselySpacedSquareDot</td>
        <td><p>Loosely spaced Square Dot.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_LineStyles_OldTransparent">OldTransparent</td>
        <td><p>Transparent (No Line), only effective in BIFF versions 3, 4, 5, and 7.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_LineStyles_RoundDot">RoundDot</td>
        <td><p>Round Dot.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_LineStyles_SmallDash">SmallDash</td>
        <td><p>Small Dash (No Equivalent Menu for Excel 2000).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_LineStyles_SmallDashSquareDot">SmallDashSquareDot</td>
        <td><p>Small Dash, Square Dot.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_LineStyles_SmallDashSquareDotSquareDot">SmallDashSquareDotSquareDot</td>
        <td><p>Small Dash, Square Dot, Square Dot.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_LineStyles_Solid">Solid</td>
        <td><p>Solid.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_LineStyles_SquareDot">SquareDot</td>
        <td><p>Square Dot.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
