TextColumn2 Interface

Definition

public interface class TextColumn2 : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C03B2-0000-0000-C000-000000000046")]
public interface TextColumn2 : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000C03B2-0000-0000-C000-000000000046")>]
type TextColumn2 = interface
    interface _IMsoDispObj
Public Interface TextColumn2
Implements _IMsoDispObj
Attributes
Implements

Remarks

Represents a single text column.

Properties

Application

Gets an Application object that represents the container application

for the TextColumn2 object. Read-only.

Creator

Gets a 32-bit integer that indicates the application in which the

TextColumn2 object was created. Read-only.

Number

Gets or sets the index of the TextColumn2 object. Read/write

Spacing

Gets or sets the spacing between text columns in a TextColumn2 object. Read/write.

TextDirection

Gets or sets the direction of text in the TextColumn2 object. Read/write.

Applies to