Cell.Column Property
Returns a Column object that represents the table column containing the specified cell.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Column As Column
Get
'Usage
Dim instance As Cell
Dim value As Column
value = instance.Column
Column Column { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Column