# GrapeCity.Documents.Excel.Drawing.ArrowheadLength

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Excel_Drawing_ArrowheadLength" data-uid="GrapeCity.Documents.Excel.Drawing.ArrowheadLength" class="text-break">ArrowheadLength Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the length of the arrowhead at the end of a line.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.Drawing.html">GrapeCity.Documents.Excel.Drawing</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_Drawing_ArrowheadLength_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ArrowheadLength</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ArrowheadLength</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_Documents_Excel_Drawing_ArrowheadLength_Long">Long</td>
        <td><p>Specifies a long arrow.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_ArrowheadLength_Medium">Medium</td>
        <td><p>Specifies a medium arrow.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_ArrowheadLength_Short">Short</td>
        <td><p>Specifies a short arrow.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
