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