TextColumns MembersĀ 

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

The following tables list the members exposed by the TextColumns type.

Public Properties

  Name Description
Application Returns a Application object that represents the Microsoft Word application.
Count Returns the number of items in the specified collection.
Creator Returns a 32-bit integer that indicates the application in which the specified object was created.
EvenlySpaced True if text columns are evenly spaced. Can be True, False, or wdUndefined.
FlowDirection Returns or sets the direction in which text flows from one text column to the next.
Item Returns an individual object in a collection.
LineBetween True if vertical lines appear between all the columns in the TextColumns collection. Can be True, False, or wdUndefined.
Parent Returns an object that represents the parent object of the specified object.
Spacing Returns or sets the spacing (in points) between columns of a TextColumns object.
Width Returns or sets the width of the specified object, in points.

Top

Public Methods

  Name Description
Add Returns a TextColumn object that represents a new text column added to a section or document.
GetEnumerator Returns an enumerator to support iterating through the collection.
SetCount Arranges text into the specified number of text columns.

Top

See Also

Reference

TextColumns Interface
Microsoft.Office.Interop.Word Namespace