# GrapeCity.SpreadBuilder.Imaging.LineArrowHeadWidths

## Content

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




  <h1 id="GrapeCity_SpreadBuilder_Imaging_LineArrowHeadWidths" data-uid="GrapeCity.SpreadBuilder.Imaging.LineArrowHeadWidths" class="text-break">LineArrowHeadWidths Enum
</h1>
  <div class="markdown level0 summary"><p>Enumerated type for Excel arrowhead width.</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_LineArrowHeadWidths_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum LineArrowHeadWidths</code></pre>
  </div>
  <h5 id="GrapeCity_SpreadBuilder_Imaging_LineArrowHeadWidths_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_LineArrowHeadWidths_Medium">Medium</td>
        <td><p>Medium</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_LineArrowHeadWidths_Narrow">Narrow</td>
        <td><p>Narrow</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_LineArrowHeadWidths_Wide">Wide</td>
        <td><p>Wide</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
