Compartir a través de


TextFrame2.Column Property

Returns the TextColumn2 object that represents the columns within the text frame. Read-only.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.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
TextColumn2

See Also

Reference

TextFrame2 Interface

TextFrame2 Members

Microsoft.Office.Interop.Excel Namespace