Columns interface
Office 2013 and later
A collection of Column objects that represent the columns in a table.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Use the Columns property to return the Columns collection.
Use the Add method to add a column to a table.
Use Columns(index), where index is the index number, to return a single Column object.
Show: