# GrapeCity.Documents.Word.Cell

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_Cell" data-uid="GrapeCity.Documents.Word.Cell" class="text-break">Cell Class
</h1>
  <div class="markdown level0 summary"><p>Represents a table cell element in a body content.</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.ContentObject.html">ContentObject</a></div>
    <div class="level2"><a class="xref" href="GrapeCity.Documents.Word.FormattedContentObject.html">FormattedContentObject</a></div>
    <div class="level3"><span class="xref">Cell</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.Documents.Word.IBrowsable-1.html">IBrowsable</a>&lt;<a class="xref" href="GrapeCity.Documents.Word.Cell.html">Cell</a>&gt;</div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_Cell_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Cell : FormattedContentObject, IBrowsable&lt;Cell&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Cell
    Inherits FormattedContentObject
    Implements IBrowsable(Of Cell)</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_Cell_Format" data-uid="GrapeCity.Documents.Word.Cell.Format">
          <a class="xref" href="GrapeCity.Documents.Word.Cell.Format.html#GrapeCity_Documents_Word_Cell_Format">Format</a>
        </td>
        <td class="markdown level1 summary"><p>Provides access to this table cell formatting properties.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Cell_ID" data-uid="GrapeCity.Documents.Word.Cell.ID">
          <a class="xref" href="GrapeCity.Documents.Word.Cell.ID.html#GrapeCity_Documents_Word_Cell_ID">ID</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a unique identifier for the table cell.
This identifier must be unique within the table,
and is used to identify this table cell as a header cell for other cells within the table.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Cell_Index" data-uid="GrapeCity.Documents.Word.Cell.Index">
          <a class="xref" href="GrapeCity.Documents.Word.Cell.Index.html#GrapeCity_Documents_Word_Cell_Index">Index</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of this cell in the parent table row.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Cell_Next" data-uid="GrapeCity.Documents.Word.Cell.Next">
          <a class="xref" href="GrapeCity.Documents.Word.Cell.Next.html#GrapeCity_Documents_Word_Cell_Next">Next</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the next table cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Cell_Previous" data-uid="GrapeCity.Documents.Word.Cell.Previous">
          <a class="xref" href="GrapeCity.Documents.Word.Cell.Previous.html#GrapeCity_Documents_Word_Cell_Previous">Previous</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the previous table cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Cell_Row" data-uid="GrapeCity.Documents.Word.Cell.Row">
          <a class="xref" href="GrapeCity.Documents.Word.Cell.Row.html#GrapeCity_Documents_Word_Cell_Row">Row</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the parent table row of this cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Cell_Table" data-uid="GrapeCity.Documents.Word.Cell.Table">
          <a class="xref" href="GrapeCity.Documents.Word.Cell.Table.html#GrapeCity_Documents_Word_Cell_Table">Table</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the parent table of this 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_Documents_Word_Cell_AddContentControl_GrapeCity_Documents_Word_ContentControlType_System_Boolean_" data-uid="GrapeCity.Documents.Word.Cell.AddContentControl(GrapeCity.Documents.Word.ContentControlType,System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Word.Cell.AddContentControl.html#GrapeCity_Documents_Word_Cell_AddContentControl_GrapeCity_Documents_Word_ContentControlType_System_Boolean_">AddContentControl(ContentControlType, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.ContentControl.html">ContentControl</a> to the end of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Cell_AddParagraph" data-uid="GrapeCity.Documents.Word.Cell.AddParagraph">
          <a class="xref" href="GrapeCity.Documents.Word.Cell.AddParagraph.html#GrapeCity_Documents_Word_Cell_AddParagraph">AddParagraph()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.Paragraph.html">Paragraph</a> to the end of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Cell_AddParagraph_GrapeCity_Documents_Word_Style_" data-uid="GrapeCity.Documents.Word.Cell.AddParagraph(GrapeCity.Documents.Word.Style)">
          <a class="xref" href="GrapeCity.Documents.Word.Cell.AddParagraph.html#GrapeCity_Documents_Word_Cell_AddParagraph_GrapeCity_Documents_Word_Style_">AddParagraph(Style)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.Paragraph.html">Paragraph</a> to the end of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Cell_AddParagraph_System_String_" data-uid="GrapeCity.Documents.Word.Cell.AddParagraph(System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.Cell.AddParagraph.html#GrapeCity_Documents_Word_Cell_AddParagraph_System_String_">AddParagraph(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.Paragraph.html">Paragraph</a> to the end of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Cell_AddParagraph_System_String_GrapeCity_Documents_Word_Style_" data-uid="GrapeCity.Documents.Word.Cell.AddParagraph(System.String,GrapeCity.Documents.Word.Style)">
          <a class="xref" href="GrapeCity.Documents.Word.Cell.AddParagraph.html#GrapeCity_Documents_Word_Cell_AddParagraph_System_String_GrapeCity_Documents_Word_Style_">AddParagraph(string, Style)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.Paragraph.html">Paragraph</a> to the end of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Cell_AddTable" data-uid="GrapeCity.Documents.Word.Cell.AddTable">
          <a class="xref" href="GrapeCity.Documents.Word.Cell.AddTable.html#GrapeCity_Documents_Word_Cell_AddTable">AddTable()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.Cell.Table.html#GrapeCity_Documents_Word_Cell_Table">Table</a> to the end of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Cell_AddTable_GrapeCity_Documents_Word_Style_" data-uid="GrapeCity.Documents.Word.Cell.AddTable(GrapeCity.Documents.Word.Style)">
          <a class="xref" href="GrapeCity.Documents.Word.Cell.AddTable.html#GrapeCity_Documents_Word_Cell_AddTable_GrapeCity_Documents_Word_Style_">AddTable(Style)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.Cell.Table.html#GrapeCity_Documents_Word_Cell_Table">Table</a> to the end of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Cell_AddTable_System_Int32_System_Int32_" data-uid="GrapeCity.Documents.Word.Cell.AddTable(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Word.Cell.AddTable.html#GrapeCity_Documents_Word_Cell_AddTable_System_Int32_System_Int32_">AddTable(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.Cell.Table.html#GrapeCity_Documents_Word_Cell_Table">Table</a> to the end of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Cell_AddTable_System_Int32_System_Int32_GrapeCity_Documents_Word_Style_" data-uid="GrapeCity.Documents.Word.Cell.AddTable(System.Int32,System.Int32,GrapeCity.Documents.Word.Style)">
          <a class="xref" href="GrapeCity.Documents.Word.Cell.AddTable.html#GrapeCity_Documents_Word_Cell_AddTable_System_Int32_System_Int32_GrapeCity_Documents_Word_Style_">AddTable(int, int, Style)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.Cell.Table.html#GrapeCity_Documents_Word_Cell_Table">Table</a> to the end of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Cell_AddTable_System_String_____" data-uid="GrapeCity.Documents.Word.Cell.AddTable(System.String[][])">
          <a class="xref" href="GrapeCity.Documents.Word.Cell.AddTable.html#GrapeCity_Documents_Word_Cell_AddTable_System_String_____">AddTable(string[][])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.Cell.Table.html#GrapeCity_Documents_Word_Cell_Table">Table</a> to the end of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Cell_AddTable_System_String_____GrapeCity_Documents_Word_Style_" data-uid="GrapeCity.Documents.Word.Cell.AddTable(System.String[][],GrapeCity.Documents.Word.Style)">
          <a class="xref" href="GrapeCity.Documents.Word.Cell.AddTable.html#GrapeCity_Documents_Word_Cell_AddTable_System_String_____GrapeCity_Documents_Word_Style_">AddTable(string[][], Style)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.Cell.Table.html#GrapeCity_Documents_Word_Cell_Table">Table</a> to the end of the cell.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
