# GrapeCity.Documents.Word.Table

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_Table" data-uid="GrapeCity.Documents.Word.Table" class="text-break">Table Class
</h1>
  <div class="markdown level0 summary"><p>Represents a table 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">Table</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.Table.html">Table</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_Table_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Table : FormattedContentObject, IBrowsable&lt;Table&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Table
    Inherits FormattedContentObject
    Implements IBrowsable(Of Table)</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_Table_Format" data-uid="GrapeCity.Documents.Word.Table.Format">
          <a class="xref" href="GrapeCity.Documents.Word.Table.Format.html#GrapeCity_Documents_Word_Table_Format">Format</a>
        </td>
        <td class="markdown level1 summary"><p>Provides access to the table formatting properties.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Table_Item_System_Int32_System_Int32_" data-uid="GrapeCity.Documents.Word.Table.Item(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Word.Table.Item.html#GrapeCity_Documents_Word_Table_Item_System_Int32_System_Int32_">this[int, int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the table cell at a specified row and column indices.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Table_NestedTabels" data-uid="GrapeCity.Documents.Word.Table.NestedTabels">
          <a class="xref" href="GrapeCity.Documents.Word.Table.NestedTabels.html#GrapeCity_Documents_Word_Table_NestedTabels">NestedTabels</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of tables nested within this table.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Table_Next" data-uid="GrapeCity.Documents.Word.Table.Next">
          <a class="xref" href="GrapeCity.Documents.Word.Table.Next.html#GrapeCity_Documents_Word_Table_Next">Next</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the next table.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Table_ParentTable" data-uid="GrapeCity.Documents.Word.Table.ParentTable">
          <a class="xref" href="GrapeCity.Documents.Word.Table.ParentTable.html#GrapeCity_Documents_Word_Table_ParentTable">ParentTable</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the parent table of this table.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Table_Previous" data-uid="GrapeCity.Documents.Word.Table.Previous">
          <a class="xref" href="GrapeCity.Documents.Word.Table.Previous.html#GrapeCity_Documents_Word_Table_Previous">Previous</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the previous table.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Table_Rows" data-uid="GrapeCity.Documents.Word.Table.Rows">
          <a class="xref" href="GrapeCity.Documents.Word.Table.Rows.html#GrapeCity_Documents_Word_Table_Rows">Rows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of rows in this table.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Table_Style" data-uid="GrapeCity.Documents.Word.Table.Style">
          <a class="xref" href="GrapeCity.Documents.Word.Table.Style.html#GrapeCity_Documents_Word_Table_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a table style that shall be used to format the contents of this table.</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_Table_AddContentControl_GrapeCity_Documents_Word_ContentControlType_System_Boolean_" data-uid="GrapeCity.Documents.Word.Table.AddContentControl(GrapeCity.Documents.Word.ContentControlType,System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Word.Table.AddContentControl.html#GrapeCity_Documents_Word_Table_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 table.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Table_Split_GrapeCity_Documents_Word_Row_GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.Table.Split(GrapeCity.Documents.Word.Row,GrapeCity.Documents.Word.InsertLocation)">
          <a class="xref" href="GrapeCity.Documents.Word.Table.Split.html#GrapeCity_Documents_Word_Table_Split_GrapeCity_Documents_Word_Row_GrapeCity_Documents_Word_InsertLocation_">Split(Row, InsertLocation)</a>
        </td>
        <td class="markdown level1 summary"><p>Splits the table at a specified location.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
