Sets or returns a TableFormatting object representing the formatting of this table (borders, padding, shading, etc).

<p> public TableFormatting Formatting{ get; set; }</p>
<p>Public Property Formatting() As TableFormatting</p>

          //--- Get TableFormatting
          TableFormatting formatting = oTable.TableFormatting;

          //--- Set TableFormatting
          oTable.TableFormatting = oTableFormatting;
        
          '--- Get TableFormatting
          Dim formatting As TableFormatting = oTable.TableFormatting

          '--- Set TableFormatting
          oTable.TableFormatting = oTableFormatting