# GrapeCity.Documents.Word.Layout.TableCell

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_Layout_TableCell" data-uid="GrapeCity.Documents.Word.Layout.TableCell" class="text-break">TableCell Class
</h1>
  <div class="markdown level0 summary"><p>Represents a table 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"><a class="xref" href="GrapeCity.Documents.Word.Layout.LayoutElement.html">LayoutElement</a></div>
    <div class="level2"><span class="xref">TableCell</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.Layout.html">GrapeCity.Documents.Word.Layout</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_Layout_TableCell_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TableCell : LayoutElement</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TableCell
    Inherits LayoutElement</code></pre>
  </div>
  <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_Documents_Word_Layout_TableCell_ColumnIndex" data-uid="GrapeCity.Documents.Word.Layout.TableCell.ColumnIndex">
          <a class="xref" href="GrapeCity.Documents.Word.Layout.TableCell.ColumnIndex.html#GrapeCity_Documents_Word_Layout_TableCell_ColumnIndex">ColumnIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the column index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Layout_TableCell_ColumnSpan" data-uid="GrapeCity.Documents.Word.Layout.TableCell.ColumnSpan">
          <a class="xref" href="GrapeCity.Documents.Word.Layout.TableCell.ColumnSpan.html#GrapeCity_Documents_Word_Layout_TableCell_ColumnSpan">ColumnSpan</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the column span (1 or more).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Layout_TableCell_Content" data-uid="GrapeCity.Documents.Word.Layout.TableCell.Content">
          <a class="xref" href="GrapeCity.Documents.Word.Layout.TableCell.Content.html#GrapeCity_Documents_Word_Layout_TableCell_Content">Content</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the content of a table cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Layout_TableCell_RowIndex" data-uid="GrapeCity.Documents.Word.Layout.TableCell.RowIndex">
          <a class="xref" href="GrapeCity.Documents.Word.Layout.TableCell.RowIndex.html#GrapeCity_Documents_Word_Layout_TableCell_RowIndex">RowIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the row index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Layout_TableCell_RowSpan" data-uid="GrapeCity.Documents.Word.Layout.TableCell.RowSpan">
          <a class="xref" href="GrapeCity.Documents.Word.Layout.TableCell.RowSpan.html#GrapeCity_Documents_Word_Layout_TableCell_RowSpan">RowSpan</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the row span (1 or more).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Layout_TableCell_Table" data-uid="GrapeCity.Documents.Word.Layout.TableCell.Table">
          <a class="xref" href="GrapeCity.Documents.Word.Layout.TableCell.Table.html#GrapeCity_Documents_Word_Layout_TableCell_Table">Table</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the owner <a class="xref" href="GrapeCity.Documents.Word.Layout.TableFragment.html">TableFragment</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Layout_TableCell_WordCell" data-uid="GrapeCity.Documents.Word.Layout.TableCell.WordCell">
          <a class="xref" href="GrapeCity.Documents.Word.Layout.TableCell.WordCell.html#GrapeCity_Documents_Word_Layout_TableCell_WordCell">WordCell</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the source <a class="xref" href="GrapeCity.Documents.Word.Cell.html">Cell</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
