# C1.Web.Mvc.Sheet.Cell

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Sheet_Cell" data-uid="C1.Web.Mvc.Sheet.Cell" class="text-break">Cell Class
</h1>
  <div class="markdown level0 summary"><p>The Excel 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">Cell</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_Cell_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Cell</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Cell</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_Cell__ctor" data-uid="C1.Web.Mvc.Sheet.Cell.#ctor">
          <a class="xref" href="C1.Web.Mvc.Sheet.Cell.-ctor.html#C1_Web_Mvc_Sheet_Cell__ctor">Cell()</a>
        </td>
        <td class="markdown level1 summary"><p>Create a Cell instance.</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_Cell_ColSpan" data-uid="C1.Web.Mvc.Sheet.Cell.ColSpan">
          <a class="xref" href="C1.Web.Mvc.Sheet.Cell.ColSpan.html#C1_Web_Mvc_Sheet_Cell_ColSpan">ColSpan</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of columns the cell occupies.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Cell_Formula" data-uid="C1.Web.Mvc.Sheet.Cell.Formula">
          <a class="xref" href="C1.Web.Mvc.Sheet.Cell.Formula.html#C1_Web_Mvc_Sheet_Cell_Formula">Formula</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the formula of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Cell_Link" data-uid="C1.Web.Mvc.Sheet.Cell.Link">
          <a class="xref" href="C1.Web.Mvc.Sheet.Cell.Link.html#C1_Web_Mvc_Sheet_Cell_Link">Link</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the hyperlink of cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Cell_RowSpan" data-uid="C1.Web.Mvc.Sheet.Cell.RowSpan">
          <a class="xref" href="C1.Web.Mvc.Sheet.Cell.RowSpan.html#C1_Web_Mvc_Sheet_Cell_RowSpan">RowSpan</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of rows the cell occupies.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Cell_Style" data-uid="C1.Web.Mvc.Sheet.Cell.Style">
          <a class="xref" href="C1.Web.Mvc.Sheet.Cell.Style.html#C1_Web_Mvc_Sheet_Cell_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Cell_TextRuns" data-uid="C1.Web.Mvc.Sheet.Cell.TextRuns">
          <a class="xref" href="C1.Web.Mvc.Sheet.Cell.TextRuns.html#C1_Web_Mvc_Sheet_Cell_TextRuns">TextRuns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the text runs represent the rich text of cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Cell_Value" data-uid="C1.Web.Mvc.Sheet.Cell.Value">
          <a class="xref" href="C1.Web.Mvc.Sheet.Cell.Value.html#C1_Web_Mvc_Sheet_Cell_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value of the cell.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
