# GrapeCity.Documents.Word.TableStyleBase.Shading

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_TableStyleBase_Shading_" data-uid="GrapeCity.Documents.Word.TableStyleBase.Shading*">Shading Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_TableStyleBase_Shading_" data-uid="GrapeCity.Documents.Word.TableStyleBase.Shading*"></a>
<h4 id="GrapeCity_Documents_Word_TableStyleBase_Shading" data-uid="GrapeCity.Documents.Word.TableStyleBase.Shading">Shading</h4>
<div class="markdown level1 summary"><p>Gets the shading that shall be applied to the extents of a table.
Similarly to paragraph shading, this shading shall be applied to the contents of the tab up to the table borders,
regardless of the presence of text - unlike cell shading, table shading shall include any cell padding.
This property shall be superseded by any cell-level shading.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Shading Shading { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property Shading As Shading</code></pre>
</div>
</div>
