TextFrame.Column Property
Gets the TextColumn2 object that represents the columns of the specified text frame.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Column As TextColumn2
Get
'Usage
Dim instance As TextFrame
Dim value As TextColumn2
value = instance.Column
TextColumn2 Column { get; }
Property Value
Type: TextColumn2
The TextColumn2 object that represents the columns of the specified text frame.
Remarks
Read-only.