TextFrame2.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.
Returns the TextColumn2 object that represents the columns within the text frame. Read-only.
public:
property Microsoft::Office::Core::TextColumn2 ^ Column { Microsoft::Office::Core::TextColumn2 ^ get(); };
public Microsoft.Office.Core.TextColumn2 Column { get; }
Public ReadOnly Property Column As TextColumn2