TextColumn interface
Office 2013 and later
Represents a single text column.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
The TextColumn object is a member of the TextColumns collection. The TextColumns collection includes all the columns in a document or section of a document.
Use TextColumns(index), where index is the index number, to return a single TextColumn object. The index number represents the position of the column in the TextColumns collection (counting from left to right).
Use the Add method to add a column to the collection of columns. By default, there's one text column in the TextColumns collection.
Use the SetCount method to arrange text into columns.
Show: