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)

Usage

Public Class extColumnsImplementation
    Implements TextColumns
End Class
Dim extColumnsImplementation1 As New extColumnsImplementation()

Syntax

Public Interface TextColumns
    Inherits IEnumerable
public interface TextColumns : IEnumerable
public interface class TextColumns : public IEnumerable
public interface TextColumns implements IEnumerable
public interface TextColumns implements IEnumerable

Remarks

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

TextColumns Members