Columns interface

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)

No code example is currently available or this language may not be supported.

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: