TextColumn Interface 

Represents a single text column.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class extColumnImplementation
    Implements TextColumn
End Class
Dim extColumnImplementation1 As New extColumnImplementation()

Syntax

Public Interface TextColumn
public interface TextColumn
public interface class TextColumn
public interface TextColumn
public interface TextColumn

Remarks

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.

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

TextColumn Members