# GrapeCity.Wpf.SpreadSheet.CellData

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_CellData" data-uid="GrapeCity.Wpf.SpreadSheet.CellData" class="text-break">CellData Class
</h1>
  <div class="markdown level0 summary"><p>Represent data of a cell.</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">CellData</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iequatable-1">IEquatable</a>&lt;<a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellData.html">CellData</a>&gt;</div>
  </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_CellData_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CellData : IEquatable&lt;CellData&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CellData
    Implements IEquatable(Of CellData)</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>
    <tbody>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellData_Empty" data-uid="GrapeCity.Wpf.SpreadSheet.CellData.Empty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellData.Empty.html">Empty</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the empty cell value.</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_CellData_CellFormat" data-uid="GrapeCity.Wpf.SpreadSheet.CellData.CellFormat">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellData.CellFormat.html#GrapeCity_Wpf_SpreadSheet_CellData_CellFormat">CellFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the cell format.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellData_Formula" data-uid="GrapeCity.Wpf.SpreadSheet.CellData.Formula">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellData.Formula.html#GrapeCity_Wpf_SpreadSheet_CellData_Formula">Formula</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the cell formula.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellData_IsSpilled" data-uid="GrapeCity.Wpf.SpreadSheet.CellData.IsSpilled">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellData.IsSpilled.html#GrapeCity_Wpf_SpreadSheet_CellData_IsSpilled">IsSpilled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a boolean value indicating whether the cell is spilled.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellData_Value" data-uid="GrapeCity.Wpf.SpreadSheet.CellData.Value">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellData.Value.html#GrapeCity_Wpf_SpreadSheet_CellData_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the cell value.</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_CellData_Create_System_Object_GrapeCity_Spreadsheet_CfExecutedResult_" data-uid="GrapeCity.Wpf.SpreadSheet.CellData.Create(System.Object,GrapeCity.Spreadsheet.CfExecutedResult)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellData.Create.html#GrapeCity_Wpf_SpreadSheet_CellData_Create_System_Object_GrapeCity_Spreadsheet_CfExecutedResult_">Create(object, CfExecutedResult)</a>
        </td>
        <td class="markdown level1 summary"><p>Create a cell data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellData_GetText_GrapeCity_Spreadsheet_IWorkbook_" data-uid="GrapeCity.Wpf.SpreadSheet.CellData.GetText(GrapeCity.Spreadsheet.IWorkbook)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellData.GetText.html#GrapeCity_Wpf_SpreadSheet_CellData_GetText_GrapeCity_Spreadsheet_IWorkbook_">GetText(IWorkbook)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the display text of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellData_IsEmpty" data-uid="GrapeCity.Wpf.SpreadSheet.CellData.IsEmpty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellData.IsEmpty.html#GrapeCity_Wpf_SpreadSheet_CellData_IsEmpty">IsEmpty()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a boolean value indicating whether this <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellData.html">CellData</a> value is empty.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
