TextColumn Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a single text column.
public interface class TextColumn
[System.Runtime.InteropServices.Guid("00020974-0000-0000-C000-000000000046")]
public interface TextColumn
type TextColumn = interface
Public Interface TextColumn
- Attributes
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(Object, Object, Object) method to add a column to the collection of columns. By default, there's one text column in the TextColumns collection.
Use the SetCount(Int32) method to arrange text into columns.
Properties
Application |
Returns a Application object that represents the Microsoft Word application. |
Creator |
Returns a 32-bit integer that indicates the application in which the specified object was created. |
Parent |
Returns an object that represents the parent object of the specified object. |
SpaceAfter |
Returns or sets the amount of spacing (in points) after the specified text column. |
Width |
Returns or sets the width of the specified object, in points. |