TextFrame.Column Property
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.
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.