# GrapeCity.SpreadBuilder.Imaging.LineArrowHeadLengths

## Content

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




  <h1 id="GrapeCity_SpreadBuilder_Imaging_LineArrowHeadLengths" data-uid="GrapeCity.SpreadBuilder.Imaging.LineArrowHeadLengths" class="text-break">LineArrowHeadLengths Enum
</h1>
  <div class="markdown level0 summary"><p>Enumerated type for Excel arrowhead length.</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_LineArrowHeadLengths_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum LineArrowHeadLengths</code></pre>
  </div>
  <h5 id="GrapeCity_SpreadBuilder_Imaging_LineArrowHeadLengths_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Used with DDSheet.AddLine(..).</p>
</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_LineArrowHeadLengths_Long">Long</td>
        <td><p>Long</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_LineArrowHeadLengths_Medium">Medium</td>
        <td><p>Medium</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_LineArrowHeadLengths_Short">Short</td>
        <td><p>Short</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
