Returns a TableFormatting object that represents the table formatting used by the NormalTable style.

 public TableFormatting CreateTableFormatting()
Public Function CreateTableFormatting() As TableFormatting

A TableFormatting object that represents the table formatting used by the NormalTable style.

TableFormatting oTableFormatting = oDocument.CreateTableFormatting();
Dim oTableFormatting As TableFormatting = oDocument.CreateTableFormatting()