# GrapeCity.SpreadBuilder.Imaging.AnchorType

## Content

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




  <h1 id="GrapeCity_SpreadBuilder_Imaging_AnchorType" data-uid="GrapeCity.SpreadBuilder.Imaging.AnchorType" class="text-break">AnchorType Enum
</h1>
  <div class="markdown level0 summary"><p>The type of the anchor for the image in excel.</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_AnchorType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum AnchorType</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_AnchorType_OneCellAnchor">OneCellAnchor</td>
        <td><p>Anchor by the Left/Top point and Width/Height size.
Only supported by OpenXml.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_AnchorType_TwoCellAnchor">TwoCellAnchor</td>
        <td><p>Anchor by the Left/Top point and Right/Bottom point.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
