Returns a TableFormatting object that is a copy of this style's table formatting. Some style types do not have table formatting. In these cases, this method returns null.

public TableFormatting TableFormatting{ get; }
Public ReadOnly Property TableFormatting() As TableFormatting
          TableFormatting tFormatting = namedStyl.TableFormatting;
        
          Dim tFormatting As TableFormatting = namedStyl.TableFormatting