Column interface
Office 2013 and later
Represents a single table column. The Column object is a member of the Columns collection.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
The Columns collection includes all the columns in a table, selection, or range.
Use Columns(index), where index is the index number, to return a single Column object. The index number represents the position of the column in the Columns collection (counting from left to right).
Use the Column property with a Cell object to return a Column object.
Use the Add method to add a column to a table.
Use the Information property with a Selection object to return the current column number.
Show: