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)

Syntax

'Declaration
<GuidAttribute("00020973-0000-0000-C000-000000000046")> _
Public Interface TextColumns _
    Inherits IEnumerable
'Usage
Dim instance As TextColumns
[GuidAttribute("00020973-0000-0000-C000-000000000046")]
public interface TextColumns : 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.

See Also

Reference

TextColumns Members

Microsoft.Office.Interop.Word Namespace