# GrapeCity.Wpf.SpreadSheet.CellLocation

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_CellLocation" data-uid="GrapeCity.Wpf.SpreadSheet.CellLocation" class="text-break">CellLocation Struct
</h1>
  <div class="markdown level0 summary"><p>Represents a reference to a position of cell.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Wpf.SpreadSheet.html">GrapeCity.Wpf.SpreadSheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Wpf.SpreadSheet.dll</h6>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellLocation_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct CellLocation</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure CellLocation</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_Wpf_SpreadSheet_CellLocation__ctor_GrapeCity_Wpf_SpreadSheet_SpreadsheetAreas_System_Int32_System_Int32_" data-uid="GrapeCity.Wpf.SpreadSheet.CellLocation.#ctor(GrapeCity.Wpf.SpreadSheet.SpreadsheetAreas,System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellLocation.-ctor.html#GrapeCity_Wpf_SpreadSheet_CellLocation__ctor_GrapeCity_Wpf_SpreadSheet_SpreadsheetAreas_System_Int32_System_Int32_">CellLocation(SpreadsheetAreas, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="../GrapeCity.Spreadsheet/GrapeCity.Spreadsheet.Reference.html">Reference</a> class.</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_Wpf_SpreadSheet_CellLocation_Empty" data-uid="GrapeCity.Wpf.SpreadSheet.CellLocation.Empty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellLocation.Empty.html">Empty</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that represents a static empty <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellLocation.html">CellLocation</a>.</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_Wpf_SpreadSheet_CellLocation_Area" data-uid="GrapeCity.Wpf.SpreadSheet.CellLocation.Area">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellLocation.Area.html#GrapeCity_Wpf_SpreadSheet_CellLocation_Area">Area</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the area of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellLocation_Column" data-uid="GrapeCity.Wpf.SpreadSheet.CellLocation.Column">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellLocation.Column.html#GrapeCity_Wpf_SpreadSheet_CellLocation_Column">Column</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the column index of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellLocation_Row" data-uid="GrapeCity.Wpf.SpreadSheet.CellLocation.Row">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellLocation.Row.html#GrapeCity_Wpf_SpreadSheet_CellLocation_Row">Row</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the row index of the cell.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellLocation_IsEmpty" data-uid="GrapeCity.Wpf.SpreadSheet.CellLocation.IsEmpty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellLocation.IsEmpty.html#GrapeCity_Wpf_SpreadSheet_CellLocation_IsEmpty">IsEmpty()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a boolean vaue indicating whether this <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellLocation.html">CellLocation</a> value is empty.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
