TextColumn Interface

Represents a single text column.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("00020974-0000-0000-C000-000000000046")> _
Public Interface TextColumn
'Usage
Dim instance As TextColumn
[GuidAttribute("00020974-0000-0000-C000-000000000046")]
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.

See Also

Reference

TextColumn Members

Microsoft.Office.Interop.Word Namespace