# C1.Web.Mvc.Sheet.CellPosition

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Sheet_CellPosition" data-uid="C1.Web.Mvc.Sheet.CellPosition" class="text-break">CellPosition Class
</h1>
  <div class="markdown level0 summary"><p>The coordinates of a cell in a worksheet.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">CellPosition</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Sheet.html">C1.Web.Mvc.Sheet</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.FlexSheet.dll</h6>
  <h5 id="C1_Web_Mvc_Sheet_CellPosition_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CellPosition</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CellPosition</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="C1_Web_Mvc_Sheet_CellPosition__ctor_System_Int32_System_Int32_" data-uid="C1.Web.Mvc.Sheet.CellPosition.#ctor(System.Int32,System.Int32)">
          <a class="xref" href="C1.Web.Mvc.Sheet.CellPosition.-ctor.html#C1_Web_Mvc_Sheet_CellPosition__ctor_System_Int32_System_Int32_">CellPosition(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Create a CellPosition by coordinate components.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_CellPosition__ctor_System_String_" data-uid="C1.Web.Mvc.Sheet.CellPosition.#ctor(System.String)">
          <a class="xref" href="C1.Web.Mvc.Sheet.CellPosition.-ctor.html#C1_Web_Mvc_Sheet_CellPosition__ctor_System_String_">CellPosition(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Create a CellPosition by an address.</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="C1_Web_Mvc_Sheet_CellPosition_Col" data-uid="C1.Web.Mvc.Sheet.CellPosition.Col">
          <a class="xref" href="C1.Web.Mvc.Sheet.CellPosition.Col.html#C1_Web_Mvc_Sheet_CellPosition_Col">Col</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal coordinate.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_CellPosition_Row" data-uid="C1.Web.Mvc.Sheet.CellPosition.Row">
          <a class="xref" href="C1.Web.Mvc.Sheet.CellPosition.Row.html#C1_Web_Mvc_Sheet_CellPosition_Row">Row</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical coordinate.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
