TextFrame.Column Property

Definition

Gets the TextColumn2 object that represents the columns of the specified text frame.

public:
 property Microsoft::Office::Core::TextColumn2 ^ Column { Microsoft::Office::Core::TextColumn2 ^ get(); };
public Microsoft.Office.Core.TextColumn2 Column { get; }
member this.Column : Microsoft.Office.Core.TextColumn2
Public ReadOnly Property Column As TextColumn2

Property Value

The TextColumn2 object that represents the columns of the specified text frame.

Remarks

Read-only.

Applies to