Table interface
Office 2013 and later
Represents a single table.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
The Table object is a member of the Tables collection. The Tables collection includes all the tables in the specified selection, range, or document.
Use Tables(index), where index is the index number, to return a single Table object. The index number represents the position of the table in the selection, range, or document.
Use the Add method to add a table at the specified range.
Show: