# GrapeCity.Spreadsheet.Drawing.AnchorPoint

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Drawing_AnchorPoint" data-uid="GrapeCity.Spreadsheet.Drawing.AnchorPoint" class="text-break">AnchorPoint Struct
</h1>
  <div class="markdown level0 summary"><p>Represents an anchor point for the drawing element.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Drawing.html">GrapeCity.Spreadsheet.Drawing</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Drawing_AnchorPoint_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct AnchorPoint</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure AnchorPoint</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_AnchorPoint__ctor_System_Int32_System_Double_System_Int32_System_Double_" data-uid="GrapeCity.Spreadsheet.Drawing.AnchorPoint.#ctor(System.Int32,System.Double,System.Int32,System.Double)">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.AnchorPoint.-ctor.html#GrapeCity_Spreadsheet_Drawing_AnchorPoint__ctor_System_Int32_System_Double_System_Int32_System_Double_">AnchorPoint(int, double, int, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Spreadsheet.Drawing.AnchorPoint.html">AnchorPoint</a> struct.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_AnchorPoint_Origin" data-uid="GrapeCity.Spreadsheet.Drawing.AnchorPoint.Origin">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.AnchorPoint.Origin.html">Origin</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the origin point.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_AnchorPoint_Column" data-uid="GrapeCity.Spreadsheet.Drawing.AnchorPoint.Column">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.AnchorPoint.Column.html#GrapeCity_Spreadsheet_Drawing_AnchorPoint_Column">Column</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the column index of the anchor cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_AnchorPoint_ColumnOffset" data-uid="GrapeCity.Spreadsheet.Drawing.AnchorPoint.ColumnOffset">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.AnchorPoint.ColumnOffset.html#GrapeCity_Spreadsheet_Drawing_AnchorPoint_ColumnOffset">ColumnOffset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the column offset of the drawing element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_AnchorPoint_Row" data-uid="GrapeCity.Spreadsheet.Drawing.AnchorPoint.Row">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.AnchorPoint.Row.html#GrapeCity_Spreadsheet_Drawing_AnchorPoint_Row">Row</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the row index of the anchor cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_AnchorPoint_RowOffset" data-uid="GrapeCity.Spreadsheet.Drawing.AnchorPoint.RowOffset">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.AnchorPoint.RowOffset.html#GrapeCity_Spreadsheet_Drawing_AnchorPoint_RowOffset">RowOffset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the row offset of the drawing element.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
