TextColumns interface

A collection of TextColumn objects that represent all the columns of text in a document or a section of a document.

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 TextColumns property to return the TextColumns collection.

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: