Returns an Shading object which on which you can manipulate the default shading (fill color and/or pattern) properties of a table's cells that has this formatting.

<table class="wysiwyg-macro" data-macro-name="unmigrated-wiki-markup" style="background-image: url(/plugins/servlet/confluence/placeholder/macro-heading?definition=e3VubWlncmF0ZWQtd2lraS1tYXJrdXB9&amp;locale=en_GB&amp;version=2); background-repeat: no-repeat;" data-macro-body-type="PLAIN_TEXT"><tr><td class="wysiwyg-macro-body"><pre>
 public Shading DefaultShading{ get; }
</pre></td></tr></table>
<p>Public ReadOnly Property DefaultShading() As Shading</p>

MS Word equivalent: Format menu > Borders and Shading... > Shading tab


          oTableFormatting.Shading.BackgroundColor = Color.Gray;
        

          oTableFormatting.Shading.BackgroundColor = Color.Gray