# GrapeCity.Documents.Word.TableFormat.TableGrid

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_TableFormat_TableGrid_" data-uid="GrapeCity.Documents.Word.TableFormat.TableGrid*">TableGrid Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_TableFormat_TableGrid_" data-uid="GrapeCity.Documents.Word.TableFormat.TableGrid*"></a>
<h4 id="GrapeCity_Documents_Word_TableFormat_TableGrid" data-uid="GrapeCity.Documents.Word.TableFormat.TableGrid">TableGrid</h4>
<div class="markdown level1 summary"><p>Gets the table grid for the current table.
The table grid is a definition of the set of grid columns that define all of the shared vertical edges of the table, as well as default widths for each of these grid columns.
These grid column widths are then used to determine the size of the table based on the table layout algorithm.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public List&lt;float&gt; TableGrid { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property TableGrid As List(Of Single)</code></pre>
</div>
</div>
